https://github.com/bitwit/postcard-android
Postcard for Android
https://github.com/bitwit/postcard-android
Last synced: about 1 year ago
JSON representation
Postcard for Android
- Host: GitHub
- URL: https://github.com/bitwit/postcard-android
- Owner: bitwit
- License: mit
- Created: 2015-05-24T19:34:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-24T19:42:56.000Z (almost 11 years ago)
- Last Synced: 2025-03-24T03:37:42.546Z (about 1 year ago)
- Language: Java
- Size: 340 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Postcard for Android
A hybrid application with view code written in AngularJS and controller/model logic in Java.
Uses Node.js/Grunt and Gradle to build.
This is an abandoned project that never made it to the Android App Store.
## Configuration and building
1. Run `npm install`
2. Copy `postcard.sample.properties` to `postcard.properties` and enter your own credentials
3. Run `grunt android` to build and copy the config file and all `webapp` files into the java project
4. Build with gradle and run!
### Other notes
- There is a `grunt web` task for working on just the web views without the java logic in a web browser