This is sample app for learning android.
Required features that should be implemented:
- List of films in FilmsFragment. Design doesn't matter.
- Screen with detailed film info. We should navigate to it from list in first feature.
- Implement simple authorization based on saved in preferences values
- Implement search options. Availability to get popular/upcoming/top rated films and change language. https://developers.themoviedb.org/3/movies/get-movie-details
Advanced:
- Implement cache. Update films if last update was more than 10 mins.
- Implement pagination.
- Implement real auth with headers. https://developers.themoviedb.org/3/authentication/how-do-i-generate-a-session-id