https://github.com/archish27/retrozing
Retrozing is sample android application which depicts use of RxJava, RxAndroid, Retrofit & Clean Architecture (MVP)
https://github.com/archish27/retrozing
android-app dagger2 dagger2-mvp mvp-android mvp-architecture mvp-pattern picasso repository-pattern restful-api retrofit2 rxjava
Last synced: 3 months ago
JSON representation
Retrozing is sample android application which depicts use of RxJava, RxAndroid, Retrofit & Clean Architecture (MVP)
- Host: GitHub
- URL: https://github.com/archish27/retrozing
- Owner: Archish27
- License: mit
- Created: 2017-02-23T15:58:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T15:31:39.000Z (about 8 years ago)
- Last Synced: 2025-07-07T02:46:51.471Z (3 months ago)
- Topics: android-app, dagger2, dagger2-mvp, mvp-android, mvp-architecture, mvp-pattern, picasso, repository-pattern, restful-api, retrofit2, rxjava
- Language: Java
- Homepage:
- Size: 750 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Retrozing
Retrozing is sample android application which depicts use of Retrofit & Clean Architecture (MVP)--------------------
### Development Tools ###* Android Studio v2.2.2
* gradle-plugin v2.14.1
* Android SDK Build Tools v25.0.2
* MinSdkVersion 16
* CompileSDKVersion 24--------------------
### Dependencies ###* Android Support Tools (recyclerView, cardView) v24.2.1
* Retrofit2 v2.1.0
* OkHttp v3.4.1
* Dagger2 v2.7
* RxJava v2.1.0
* RxAndroid v2.1.0
* Picasso v2.5.2
* PhotoView v1.2.4
* jUnit v4.12
* Android Support Test v0.5