An open API service indexing awesome lists of open source software.

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.

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.