An Android (and iOS) application to manage movies you would like to see and movies you have seen.
Check out the iOS client on GitHub. It is available on the App Store.
We are using theMovieDb to get access to the big movie data universe.
- Get a theMovieDb key.
- Create
secrets.xml
inres/values
and place your moviedb key inside it.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="movieKey">XXXX</string>
</resources>
- Continue with normal development or building process.
Cineaste is released under the GPL V3 Open Source License. Please see the LICENSE file for more information.