https://github.com/jmarkstar/chucknorrismvp
This demo is consuming this http://www.icndb.com/api/ API REST to get Chuck Norris jokes xD, I'm using MVP Pattern with ThreadPoolExecutor and dagger 2.
https://github.com/jmarkstar/chucknorrismvp
android-application android-mvp dagger2 dagger2-mvp mvp-architecture retrofit2 sqlite-android threadexecutor
Last synced: 10 months ago
JSON representation
This demo is consuming this http://www.icndb.com/api/ API REST to get Chuck Norris jokes xD, I'm using MVP Pattern with ThreadPoolExecutor and dagger 2.
- Host: GitHub
- URL: https://github.com/jmarkstar/chucknorrismvp
- Owner: jmarkstar
- License: apache-2.0
- Created: 2017-06-01T00:43:28.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-06-12T16:15:57.000Z (almost 9 years ago)
- Last Synced: 2025-01-08T17:06:08.147Z (over 1 year ago)
- Topics: android-application, android-mvp, dagger2, dagger2-mvp, mvp-architecture, retrofit2, sqlite-android, threadexecutor
- Language: Java
- Homepage:
- Size: 479 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChuckNorrisMVP
This demo is consuming this api http://api.icndb.com/ and was organized using the MVP Pattern.