1 0 Tag Archives: Android
post icon

A Few Android UI Blog Pointers

I found the following interesting articles this morning with pointers to sample code for Android UI:

Leave a Comment
September 21, 2011
post icon

Great Android User Interface Pattern Code and Resources

In doing a quick search on new Android user interface patterns, I was pleasant surprised with a plethora of resources. First, anyone wanting to keep up to date with what is happening on the Android platform should check the Android UI Patterns Blog. From there you will get a pointer to the following code projects and resources:

These are just a few of the resources found, and links on these pages provide a pathway to many more.

Leave a Comment
post icon

Great Article on iOS vs. Android

This article is the best one I have seen that discusses the actual real-world differences between developing actual applications for both iOS and Android.

Leave a Comment
August 1, 2011
post icon

New Android UI Widget Source and Patterns

This is a quick post to point to a cool Android UI Widget that can be found here. It provide a pager view similar to a built-in iOS control.

Another great control I found is here. This control provides support for long, long lists in Android applications similar to the pull-down list work in Three20.

Finally, this Android Patterns site provides a good view of how to build great Android applications.

Leave a Comment
post icon

Simple Article on Android Intents and Filters

This article is a great introduction to the Android concept of Intents and Intent Filters.

Leave a Comment
February 22, 2011
post icon

Article on Multithreading SQLite Database Access

This article provides great information regarding multithreaded access to SQLite databases. For applications with large amounts of data stored on the device that can be queried by the user, this is important when considering application responsiveness.

Leave a Comment