/Cineverse

Popular movies app based on The Movie DB api

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Cineverse

A bit overview, it uses The Movie Database(TMDb) API to get movies data in JSON format, which is parsed using google's gson library and the requests are sent by Retrofit. It follows a Repository Pattern to fetch, store and display data.

Note: To run the app you have to add The Movie DB API key. Getting a key would take just few seconds :)

Run the app

  1. Open /home/.gradle/gradle.properties and add the following line (Create the file if not exists)
TheMovieDbApi_Api_Key=<YOUR API KEY>
  1. Clone the app with .git url
  2. Run the app by Shift + F10 or clicking Run

Libraries

Credits

License

GNU General Public License v3.0