This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
ReleaseTracker/README.md

17 lines
538 B
Markdown
Raw Normal View History

2012-10-09 15:17:04 +00:00
ReleaseTracker
==============
An app I made to learn Android programming. Development was stopped when my phone broke.
I only recently fixed some leftover bugs, but don't expect everything to work.
It keeps track of future movies and notifies the user when a selected movie is released.
A [TMDB](http://themoviedb.org/) API key has to be placed in `res/values/values.xml` value `api_key_tmdb`.
## Dependencies
* actionbarsherlock
* jtmdb
## License
[Modified BSD License](http://directory.fsf.org/wiki/License:BSD_3Clause)