Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

insiderser/Movies

Repository files navigation

Movies

An app that lists movies by different sort criteria with the ability to search movies. You can also view details of a movie.

It's made using Android Architecture Components & Jetpack.

The primary purpose of this app is to learn how to build somewhat complex apps. Practices used here are not necessarily those that I'd use now to build apps. This is an unfinished app that has lots of bugs, no strict separation of concerns, no tests, etc. Again, this is my personal experiment.

Screenshots

List of popular movies Details of the movie Ad Astra Details of the movie Ad Astra scrolled to show images Fullscreen view of a picture Other details of the movie Reviews Footer of details screen with recommended and similar movies List of recommended movies Navigation drawer with movies, tv shows and favorites destinations List of popular TV shows List of your favorites

Setup project

  • Download/pull/fork this repository.

  • In local.properties file create property named tmdbApiKey and assign it to your API key (you can get one here).

  • Build, compile, and deploy on your target device.