Skip to content

FranRiadigos/InterviewTest

Repository files navigation

Skeleton Project for Interview Tests

Android Arsenal

An Android Project for developers to use as a template in order to speed up building an interview test from scratch.

You can read the Steps and Tips to speed up your interview tests in the following article:

medium: Technical Interview Tests

Technologies involved

Some questions you might be asking

  • How can I test large amount of data from a mocked request like a JSON file?

  • How can I chain and make parallel requests with RxJava and Retrofit?

  • How can I take control of Dagger 2 modules and implement IdlingResource in Espresso tests?

  • How can I override default Schedulers?

  • How can I deal with Threads in RxJava (Unit Tests specific)?

See the FAQ in the Wikis

License

Copyright (C) 2017 Francisco Gonzalez-Armijo Riádigos

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Releases

No releases published

Packages

No packages published

Languages