I used RedditAPI(https://www.reddit.com/) to create a sample gallery application.
- app: Android module with the UI and datasources implementation
- app_data: Kotlin module with the datasources interface and repositories implementation
- app_domain: Kotlin module with entities implementation, repositories interfaces and use cases implementation
- open your Terminal app
- run command:
git clone <git-repository-url>
- open Android Studio app
- select Import Project from Gradle
- open your Terminal app
- run command:
./gradlew test
- Kotlin
- Kotlin Coroutines
- Dagger2
- Retrofit2
You can write me to [email protected]