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.
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>
Cineaste is released under the GPL V3 Open Source License. Please see the LICENSE file for more information.