- Roadmap review https://github.com/aerogear/beta.aerogear.org/blob/master/docs/planning/1.0.0/AeroGearAndroid.asciidoc
- Progress so far
- Discuss jar vs. apklib packaging
- Next Steps
- Docs
- Security API
- Local data caching
This is a quick comparison of some of the Android flavors of various BaaS APIs. It attempts to simply show the same ideas (library initialization, user authentication, data read/write, etc) with the various APIs, to give the AeroGear team some context as to possible directions.
There is a nice list of providers here (current as of 08/2012):
And also a comparison of StackMob/Kinvey/Parse here:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
########################################### | |
# This script takes the body of a FaceBook comment notification | |
# mail, sucks out a) the commenter's name, and b) the comment | |
# itself, and sends them to a designated Twitter account, in | |
# the following form: | |
# | |
# [name] comment | |
# |