Run Unit Tests and Build APK File
./gradlew clean build
Output will be in:
./app/build/outputs/apk/app-debug.apk
Change Notes
- Made 1 Text area that is multi line. (i.e. Enter 5..100 comma separated digits, then hit return for each subsequent row).
- You can now enter up to 10 rows of data.
Examples
Other Projects/Work I want to note are
Projects
Java
- POLC Java - https://github.com/ericmaxwell2003/polc
Android
- Realm/RoboGuice Espresso Test Sample - https://github.com/ericmaxwell2003/roboguiceRealmNaeNae/tree/feature/roboguiceIntegration/app/src/androidTest/java/software/credible/naenaelistapp
- Event Client - https://github.com/ericmaxwell2003/androidEventClientApp
- Simple Polc Client - This Project
- Donor Discounts - https://play.google.com/store/apps/developer?id=Kustom+Software&hl=en
iOS
- Reddit Client - https://github.com/ericmaxwell2003/redditClient
- Event Client - https://github.com/ericmaxwell2003/iosEventClientApp
- FliteDeck - Will talk about this one
Talks
- About Realm & RoboGuice on Android - http://www.slideshare.net/EricMaxwell1/better-data-persistence-on-android
- About Security & Sync Patterns in Mobile App - http://www.slideshare.net/EricMaxwell1/data-synchronization-patterns-in-mobile-application-design




