AnimeClassroom icon indicating copy to clipboard operation
AnimeClassroom copied to clipboard

Add Offline Caching in the Manga Page

Open justdvnsh opened this issue 4 years ago • 2 comments

Room has been added to the project. Now, we need offline caching for the manga page. The method would be pretty straight forward. The very time network request is made and then first saved into the database. Then the data on the manga screeb would actually be coming from the database everytime instead of network directly.

This would help us achieve 2 things ->

  • User would only the loading screen for the first time he enters the app.
  • Since the page is cached, we can make the network request and update the home screen before the user enters the app (using work manager or something like that)

justdvnsh avatar Oct 06 '21 13:10 justdvnsh

@justdvnsh, please assign me this issue!

yash-k9 avatar Oct 15 '21 16:10 yash-k9

@yash-k9 Happy coding.

justdvnsh avatar Oct 15 '21 16:10 justdvnsh