Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# superhero_api_app
superhero api app in kotlin and mvvm, using dagger, and db caching for offline

the 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 year

i 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)