It is a test task application with two screens.
- List of users got by Retrofit API call, disolayed with image and name.
- User info screen, with image, name and email.
Navigation made by Navigation Architecture Component. API calls made with Retrofit+OkHttp+GSON Dependency injections made by Kodein Ability to work offline made by Room (saving/getting information from data base) For easy image loading used Glide library To make asynchronous API calls and DB transactions and returning result in proper thread used RxJava2