Skip to content

Popular Movies app using TMDB api for viewing and saving your favorite movies

Notifications You must be signed in to change notification settings

Aish05/Popular-Movies-using-TMDB

Repository files navigation

Popular Movies using TMDB

Getting Started

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

Description

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.

Tech

This app uses:

  1. Picasso - Picasso allows for hassle-free image loading in your application—often in one line of code!
  2. Google GSON - To convert Json to java pojos or vice versa.
  3. Mapbox - An open source mapping platform for custom designed maps
  4. RecyclerView - The RecyclerView widget is a more advanced and flexible version of ListView.
  5. SQLite - SQLite an open-source relational database.

Releases

No releases published

Packages

No packages published

Languages