Skip to content

An Android Application to manage movies you would like to see and movies you have seen.

License

Notifications You must be signed in to change notification settings

spacepandas/cineaste-android

Repository files navigation

Cineaste

Build Status code license platform

An Android (and iOS) application to manage movies you would like to see and movies you have seen.

Get it on Google Play

Check out the iOS client on GitHub. It is available on the App Store.

Download on the App Store

Dependencies

We are using theMovieDb to get access to the big movie data universe.

How to build

  1. Get a theMovieDb key.
  2. Create secrets.xml in res/values and place your moviedb key inside it.
    <?xml version="1.0" encoding="utf-8"?>
    <resources>
        <string name="movieKey">XXXX</string>
    </resources>
  1. Continue with normal development or building process.

License

Cineaste is released under the GPL V3 Open Source License. Please see the LICENSE file for more information.