ChuliangYang / PopularMovies

A movie guide app, optimized for tablets, to help users discover popular and highly rated movies on the web. It displays a scrolling grid of movie trailers, launches a details screen whenever a particular movie is selected, allows users to save favorites, play trailers, and read user reviews.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PopularMovies

A movie guide app, optimized for tablets, to help users discover popular and highly rated movies on the web. It displays a scrolling grid of movie trailers, launches a details screen whenever a particular movie is selected, allows users to save favorites, play trailers, and read user reviews. This app utilizes core Android user interface components and fetches movie information using themoviedb.org web API.

Feature

  • Fetch data from the Internet with theMovieDB API.
  • Favorite data are stored in a native SQLite database and are exposed via a ContentProvider. This ContentProvider is updated whenever the user favorites or unfavorites a movie.
  • Use custom recyclerview to auto load movie list data.
  • Share and launch Youtube when click trailer.

Screen

alt text

alt text

Libraries

  • Glide
  • Butterknife
  • Gson

About

A movie guide app, optimized for tablets, to help users discover popular and highly rated movies on the web. It displays a scrolling grid of movie trailers, launches a details screen whenever a particular movie is selected, allows users to save favorites, play trailers, and read user reviews.


Languages

Language:Java 100.0%Language:Kotlin 0.0%