Skip to content

abdelrhmanhsh/MovieShows2

Repository files navigation

MoviesShow2

This app interacts with a REST API from The movie database webiste, fetching popular movies in main activity, retrieving movie details when click an entry and search for movies, this app follows MVVM Architecture, this app is continuation of this app, the app i have built but without local database caching, in this app i have created local database using room, saving data in local database and using glide caching to save images, also i have improved the code further more following android best practices by adding NetworkBoundResource, Resource and ApiResponse classes.

Note:

In order to use this app you will need to go to create account and get your own api key, then put it inside constants file in API_KEY variable.