/urmovie

Udacity Movies app

Primary LanguageJava

Urmovie

Urmovie is an android application that let you see what are the popular or top rated movies of the film industry. Data is being pulled from https://www.themoviedb.org/

Installation

Urmovie requires Android studio v3.5+ to run.

Clone this repository and import into Android studio

$ git clone https://github.com/luizlugo/urmovie.git

Libraries

Urmovie is currently extended with the following libraries. Instructions on how to use them in your own application are linked below.

Library README
Picasso https://github.com/square/picasso
Retrofit https://square.github.io/retrofit/
RxJava https://github.com/ReactiveX/RxJava
Butterknife https://github.com/JakeWharton/butterknife
Android Material Design https://material.io/develop/android/
Timber https://github.com/JakeWharton/timber

Configuration

You have to request an api key from themoviedb.org website following this instructions: https://developers.themoviedb.org/3/getting-started/introduction.

Once you have your key you have to add it to the Constants.java file:

moviedbApiKey = "[ADD_YOUR_API_KEY_HERE]"

Todos

  • Write unit tests
  • Add persisten storage

License

MIT

Free Software, Hell Yeah!