Hey buddy,
I'm using PhoneGap, Cordoba, will send you more links/resources later. All code is pretty much js and html and is located under 'assets' folder. As far as I remember index.html and geoCalendar.js is all the code. Backlog is located in the geoCalendar.js
Last thing I was trying to fix is localStorage was not working. Many more to go, but I think we could release the very first version after that is fixed. (or at least start testing on our phones)
Cheers!
Here are some links:
Phonegap Installation and Eg: http://docs.phonegap.com/en/2.6.0/guide_getting-started_android_index.md.html#Getting%20Started%20with%20Android
-follow instructions LINE-by-LINE (especially ADT Plugin - Configure step!) -if problems with create: http://www.geekgonenomad.com/code/phonegap-android-errors/
Android Native Dev Eg: http://coenraets.org/blog/androidtutorial/
Google maps simple HTML eg: https://developers.google.com/maps/documentation/javascript/examples/geocoding-simple
GoogleMaps API reference: https://developers.google.com/maps/documentation/javascript/reference#LatLng keep in mind that there is also a special mobile reference (somewhere..)
autocomplete: http://thewebstorebyg.wordpress.com/2013/01/11/custom-directions-panel-with-google-maps-api-v3/#auto
reminders panel: https://developers.google.com/maps/documentation/javascript/examples/place-search-pagination
geolocation & battery: http://stackoverflow.com/questions/6181704/good-way-of-getting-the-users-location-in-android
