Fetch Image from imgur using Imgur API
Using Android Jetpack components:
- Room
- LiveData
- ViewModel
- Coroutines
- Data Bindings
Using repository structure, fetch data by Retrofit and store it in Room.
Then display image to recyclerview using Glide
New function are adding