TestNapptilus
Used libraries
- AndroidX: I want to use the lastest android components. Link to doc
- Navigation component: Provides a very simple way to design the flow of design activities. Link to doc
- Databinding: As I have used the mvvm pattern this library goes hand in hand to load data. Link to doc
- Retrofit: I always use it to manage rest requests because is easy to implement and so powerful. Link to doc
- Gson: I used to parse responses to the models. Link to doc
- Anko: Provides some android facilities simplifated. Link to doc
- Koin: I used to manage dependency injection. Link to doc
- Picasso: I used to download and loading external images. Link to doc