[android-developers] Re: Spinner with added Text

2011-04-18 Thread Kenny Riddile

On 4/18/2011 1:13 PM, Kumar Bibek wrote:

You cant do that with a spinner.



Are you so sure?  I believe spinners can be populated both manually and 
from a database.  Just google android dynamic spinner content.  Here's 
one:


http://www.dcpagesapps.com/developer-resources/android/21-android-tutorial-spinners?showall=1

--
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] Re: Spinner with added Text

2011-04-18 Thread TreKing
On Mon, Apr 18, 2011 at 12:21 PM, Kenny Riddile kfridd...@gmail.com wrote:

 On 4/18/2011 1:13 PM, Kumar Bibek wrote:

 You cant do that with a spinner.


 Are you so sure?


Probably meant the typing into the spinner part. That you can't do.

-
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

Re: [android-developers] Re: Spinner with added Text

2011-04-18 Thread New Developer
So many so quick

YEs I mean typing it into the spinner,  but I like the idea of an option in the 
spinner is
Add New Calendar  might work

are there any other ways ?

Thanks again


On Apr 18, 2011, at 1:47 PM, TreKing wrote:

 On Mon, Apr 18, 2011 at 12:21 PM, Kenny Riddile kfridd...@gmail.com wrote:
 On 4/18/2011 1:13 PM, Kumar Bibek wrote:
 You cant do that with a spinner.
 
 
 Are you so sure?
 
 Probably meant the typing into the spinner part. That you can't do.
 
 -
 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

-- 
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] Re: Spinner with added Text

2011-04-18 Thread #13point7
The only other way would be to create a your own custom Spinner class which 
allows editing. You can look here (under Compound Controls) to get you 
started: 
http://developer.android.com/guide/topics/ui/custom-components.html

-- 
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