9 messages in com.googlegroups.android-developersRe: over my head with data please help
FromSent OnAttachments
dr12328 Mar 2008 15:04 
Diego Pino28 Mar 2008 16:12 
dr12328 Mar 2008 16:41 
dr12328 Mar 2008 17:55 
Megha Joshi28 Mar 2008 22:51 
dr12329 Mar 2008 10:01 
acopernicus31 Mar 2008 08:22 
dr12331 Mar 2008 10:44 
Kyara1101 Apr 2008 06:11 
Subject:Re: over my head with data please help
From:acopernicus (bios@gmail.com)
Date:03/31/2008 08:22:24 AM
List:com.googlegroups.android-developers

Here's an excellent ListView example with code for paging through large #'s of items. It's very similar to the music list in iTunes on the iPhone.

http://devtcg.blogspot.com/2008/03/custom-android-list-view-widget-to.html

Given that you have 18,000 entries though, I recommend a search field with auto-population of options based on queries back to the server. I.e. have user type a letter and then display only cities beginning with that letter.

Best of luck,