Skip to content

Links

Hey everyone,

As an effort to help out the Android developers community, I thought I would aggregate any particularly helpful links that I run across here. I think most people would agree that much of the Android platform is not documented that well and that there is an overall lack of examples of proper usage from Google, but every once in a while I do run across a helpful post so I thought I would share those. So enjoy!

Good for understanding concept behind content providers.
http://developer.android.com/guide/topics/providers/content-providers.html

Good code example for custom content provider.
http://www.devx.com/wireless/Article/41133/1763/page/2

Creating Options/Context Menus example.
http://developer.android.com/guide/topics/ui/menus.html

Creating and showing dialogs (alert, progress, custom, etc)
http://developer.android.com/guide/topics/ui/dialogs.html

Writing to SD Card from Application
http://androidgps.blogspot.com/2008/09/writing-to-sd-card-in-android.html

Adding Separators to ListView
http://jsharkey.org/blog/2008/08/18/separating-lists-with-headers-in-android-09/

No comments yet

Leave a comment