Re: [android-developers] What to use instead of a very long ListPreference?

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 1:24 PM, TreKing treking...@gmail.com wrote: On Thu, Dec 9, 2010 at 4:32 PM, CMoi pter...@gmail.com wrote: Is there a similar class with keyboard filtering or should I code it all? ListActivity.

Re: [android-developers] What to use instead of a very long ListPreference?

2010-12-11 Thread Frank Weiss
If there are 1,000 entries, perhaps you should consider a different UI approach such as: map, autocomplete search, drill-down taxonomy, recents, favorites, most popular, etc. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] What to use instead of a very long ListPreference?

2010-12-10 Thread CMoi
Hi, I have an app which has two options which are train stations. I used ListPreference but there are more than 1000 entries and ListPreference does not allow anything except spending a very long time scrolling. Is there a similar class with keyboard filtering or should I code it all? -- You

Re: [android-developers] What to use instead of a very long ListPreference?

2010-12-10 Thread TreKing
On Thu, Dec 9, 2010 at 4:32 PM, CMoi pter...@gmail.com wrote: Is there a similar class with keyboard filtering or should I code it all? ListActivity. - TreKing