App uses The Movie Database API. You have to enter your API key in order to run the app. You can create your own one here : https://www.themoviedb.org/account/signup?language=en-EN. You can set the key in strings.xml in the base_url string
This App uses the tmbd api to get the list of popular movies upto page limit 3. This App also allows the user to save the favourites and view them later.
User can add and remove favourites. Also there is a basic help screen which helps to understand the features in the app.
There is a View Map option at t the top which shows a map and a list of top 10 Theaters.
This app uses:
- Picasso - Picasso allows for hassle-free image loading in your application—often in one line of code!
- Google GSON - To convert Json to java pojos or vice versa.
- Mapbox - An open source mapping platform for custom designed maps
- RecyclerView - The RecyclerView widget is a more advanced and flexible version of ListView.
- SQLite - SQLite an open-source relational database.