Improving the custom Android Gallery

Main menu:

Topics

Recent Posts

Blog

 

May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031  

Past Posts

Java/J2EE

JDBC

Other

Archive for category Android

Android Development Gotchas

September 1st, 2011 by David O'Meara

Android Development Gotchas This isn’t designed to be a definitive list of unexpected occurrences while developing for Android, but it is a list that I scratched down while I was picking up some skill for myself. It won’t save you from every issue but there may be cases where you can stop and think “Yeah, [...]

Improving the custom Android Gallery

July 12th, 2011 by David O'Meara

I was looking for a custom gallery for displaying and selecting images on an Android phone, and while I found the sample code here to be a good start it needed some work before it was useful. Before starting, it is worth pointing out that the Android API supplies a perfectly useful image gallery, and [...]