Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaffycool/superhero_api_app
superhero api app in kotlin and mvvm, using dagger, and db caching for offline
https://github.com/gaffycool/superhero_api_app
Last synced: about 2 months ago
JSON representation
superhero api app in kotlin and mvvm, using dagger, and db caching for offline
- Host: GitHub
- URL: https://github.com/gaffycool/superhero_api_app
- Owner: gaffycool
- Created: 2020-05-28T15:20:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T16:44:53.000Z (over 4 years ago)
- Last Synced: 2024-10-21T16:08:44.716Z (4 months ago)
- Language: Kotlin
- Size: 1.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# superhero_api_app
superhero api app in kotlin and mvvm, using dagger, and db caching for offlinethe idea of the app is to use the superhero api and whilst refreshing, it would send the year to the api call and then return a list of superheros
for that particular yeari also implemented dagger, clean archetecture, and offline caching using a local db
REFRESHING AND PULLING INFO
![alt text](https://github.com/gaffycool/superhero_api_app/blob/master/Screenshot_1590683799.png?raw=true)OFFLINE CACHING
![alt text](https://github.com/gaffycool/superhero_api_app/blob/master/Screenshot_1590683803.png?raw=true)