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
- Layered Architecture Pattern (Clean Architecture)
- Reactive Programming with RxJava
- Dependency Injection with Dagger 2
- Android View Binding with Butterknife
- Repository Pattern
- HTTP Client API
- Unit Test following TDD First approach (JUnit)
- Testing UI with Espresso (black-box testing)
-
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
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.