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

https://github.com/abdallahabdelfattah13/hotels-listing-mvp-dagger2-retrofit-android

Source code of a Kotlin Android app, using Rrtrofit, Materials, Dagger 2 and Picasso.
https://github.com/abdallahabdelfattah13/hotels-listing-mvp-dagger2-retrofit-android

android dagger2 kotlin kotlin-android material mvp mvp-android mvp-architecture mvp-clean picasso retrofit2 volley volley-library

Last synced: 7 months ago
JSON representation

Source code of a Kotlin Android app, using Rrtrofit, Materials, Dagger 2 and Picasso.

Awesome Lists containing this project

README

          

# hotels-listing-mvp-dagger2-retrofit-android
Source code of a Kotlin Android app, using Volley or Retrofit, Materials, Dagger 2 and Picasso.

# Code Features
- Clean app architecture: UI and API separated.
- Package by feature.
- Model View Presenter pattern (MVP).
- Volley + Gson or Retrofit + Gson.
- Dagger 2 for Dependency injection.
- Picasso for image loading.
- Junit3 for Unit Testing.