There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Demo App that displays lists of Latest, Trending and Upcoming movies using this open API: https://developers.themoviedb.org/3/getting-started/introduction. Data is stored is the device database and displayed to the user first, before fetching more data from API. This was achieved using the PageKeyedDataSource Android library, which helps you paginate a large set of data and display accordingly.