moallemi / Film-Time

A Movie and TV shows tracking app illustrating Android development best practices with Jetpack Compose
MIT License
95 stars 15 forks source link

Improve local bookmark functionality #119

Open moallemi opened 2 months ago

moallemi commented 2 months ago

Currently we fetch show or movie data for bookmarked items whenever use asks for bookmarks. we can improve it by storing required data(e.g thumbnail image and title) for each bookmark item to prevent making lots of requests.

Related to #110 and #111