This project consume an API -The New York Times to list books.
Project created to demonstrate some android apps development concepts. (personal)
This project make use some technologies requested by market to help in some scenarios that simulate day to day of a android developer
This project use the follow technologies and tools:
- Retrofit - Retrofit is the class through which your API interfaces are turned into callable objects.
- Moshi - Moshi is a modern JSON library for Android and Java.
- MVVM Architecture - Model-View-ViewModel Pattern.
- Mockito - If your test needs to interact with Android dependencies, include the Mockito library to simplify your local unit tests.