/android-movie

An android app about movie database

Primary LanguageJava

android-movie

An android app about movie database
Animated Screenshot:


It includes :

  1. It fetches data from www.themoviedb.org API which needs api_key to access the API, so you'll have to be granted api_key first before using it.
  2. Show top rated movies from themoviedb.org api -> 20 movies per page
  3. Show movie detail on click
  4. Endless scroll with loading bar
  5. Swipe to refresh
  6. It uses Retrofit, Glide, Gson, etc
  7. More features will be added soon.