spacepandas / cineaste-android

An Android Application to manage movies you would like to see and movies you have seen.
GNU General Public License v3.0
9 stars 2 forks source link
android friends movie movie-night themoviedb

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>
  3. 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.