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.


 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices


   --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Julie
http://www.sirsainfo.in/ http://t
http://tradinglogically.blogspot.com http://tradinglogically.blogspot.com
http://vikitionary.blogspot.com
http://gandhi-the-man-of-millenium.blogspot.com/

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en