Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johanbrook/watchme
Android app for keeping track of movies
https://github.com/johanbrook/watchme
Last synced: about 1 month ago
JSON representation
Android app for keeping track of movies
- Host: GitHub
- URL: https://github.com/johanbrook/watchme
- Owner: johanbrook
- License: mit
- Created: 2012-09-13T12:06:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-23T09:43:30.000Z (about 12 years ago)
- Last Synced: 2024-04-16T19:07:56.258Z (9 months ago)
- Language: Java
- Size: 10.9 MB
- Stars: 1
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
WatchMe for Android
=========An Android app for keeping track of movies.
## Getting Started
git clone git://github.com/johanbrook/watchme.git
## Dependencies
- Java 6 SE development environment
- Android SDK
- A (virtual) Android device
- Android SDK targets### SDK targets
- Minimum SDK: **16**
- Target SDK: **16**## Building and installing
An Ant `build.xml` is included in the root directory which may be used for building the project, and used by ant to run tests, and various other tasks. The default output directory is bin in the project root.
To build the project in debug mode:
$ ant clean debug
To build and install on a connected Android device:
$ ant clean debug install
To uninstall the application from the device:
$ ant uninstall
## Tests
Unit tests resides in a nested `WatchMeTest` project.
Run tests (be sure to navigate to the `WatchMeTest` project directory):
$ ant test## License
See the `LICENSE` file in project root.
## Team
- Lisa Stenberg
- Robin Andersson
- Mattias Henriksson
- Johan BrookBuilt at Chalmers, 2012.