Android Startup Application (Android)

I have made Android Startup application (ASA) to help developers skip common android development problems. I incorporated part of my android knowledge to solve this everyday problems.

1. How to use the new Facebook SSO
a. Implementation (find the correct hash)
b. Access Token reuse
c. Avoid user re authentication
2. Load JSON data from external server
a. Parse that data with already available methods from the Facebook SDK
b. Load that data asynchronously
3. Load image from external server
a. Without freezing the UI
b. Without reloading
c. Using local cache
4. Using Google Map to display multiple Items with different icon
5. Make Android gallery from external images
6. Using the network and GPS provide to find current user location
7. iPhone style TabHost navigator (using radio buttons)
8. Android Preferences
9. And some other features and functions you find useful

ASA uses the fallowing SDK ’s and API ’s
1 Uses Facebook Single Sign On (SSO)
2 Utilizes Foursquare Venues project through external server
3 Uses Facebook API
4 Uses Google Map API

Because we use the Foursquare API , we must show their logo or give attribution to them.

Icons
http://glyphish.com/ (Here are used free icons in small resolution)

Download Android Startup Application (Android)

Leave a Reply

Your email address will not be published. Required fields are marked *