https://github.com/dark-art108/countries
A simple Android Application which display countries with their capital. It is build in Kotlin, MVVM pattern using Retrofit2, Gson, RxKotlin is used for converting Data into Data Stream, Dagger2 for Dependency Injection,Glide for image loading,Mockito is used for doing Mock testing in Application.
https://github.com/dark-art108/countries
dagger2-android dependency-injection espresso-tests glideimageloader gson lifecycle mockito-kotlin mvvm-android rxandroid rxkotlin
Last synced: about 1 year ago
JSON representation
A simple Android Application which display countries with their capital. It is build in Kotlin, MVVM pattern using Retrofit2, Gson, RxKotlin is used for converting Data into Data Stream, Dagger2 for Dependency Injection,Glide for image loading,Mockito is used for doing Mock testing in Application.
- Host: GitHub
- URL: https://github.com/dark-art108/countries
- Owner: DARK-art108
- Created: 2020-05-06T10:58:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T11:48:12.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T21:22:15.929Z (about 1 year ago)
- Topics: dagger2-android, dependency-injection, espresso-tests, glideimageloader, gson, lifecycle, mockito-kotlin, mvvm-android, rxandroid, rxkotlin
- Language: Kotlin
- Homepage:
- Size: 784 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Countries
A simple Android Application which display countries with their capital. It is build in Kotlin, MVVM pattern using Retrofit2, Gson, RxKotlin is used for converting Data into Data Stream, Dagger2 for Dependency Injection,Glide for image loading,Mockito is used for doing Mock testing in Application.