Skip to content

Android app to discover movies. Done in less than 12 hrs!

License

Notifications You must be signed in to change notification settings

navdeepsekhon/PopMovies

Repository files navigation

PopMovies

  • Android app to discover popular movies.
  • Uses themoviedb API to get the movie information.
  • Ability to sort by Most Popular, Top Rated, Now Playing, Upcoming.
  • Ability to mark movies as favourite (favourites available offline).
  • Movie details includes list of trailers.
  • Optimized for both phone and tablet.
  • SQLite to store the favourite data.
  • Retrofit for REST calls.
  • Picasso for efficient image loading.
  • To build and use the app, you will need to get an api key from themoviedb.org and put it in TmdbApiService class private static final String TMDB_API_KEY ="YOUR_API_KEY_HERE";

Screenshots:

Phone: Movie List (Portrait)

PopMovies movie list phone portrait


#### Phone: Movie List (Landscape)

PopMovies movie list phone landscape


#### Phone: Sorting options

Sorting Options


#### Phone: Movie Details

Movie Details


#### Phone: Movie Details - Trailer List

Trailer List


#### Tablet: Movie List (Landscape)

Tablet movie list


#### Tablet: Movie Details (Landscape)

Tablet movie details


#### Tablet: Portrait

Tablet Portrait

About

Android app to discover movies. Done in less than 12 hrs!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages