Re: [android-developers] Re: update spinner

2011-06-24 Thread Kostya Vasilyev
Ummm intgetSelectedItemPosition () Return the position of the currently selected item within the adapter's data set voidsetSelection

Re: [android-developers] Re: update spinner

2011-06-24 Thread TreKing
On Fri, Jun 24, 2011 at 10:21 AM, souissi haythem wrote: > I try this but it still didn't work. > You should expand on what "this" is that you tried and what "didn't work" means, if you want help. > did you have an example of using two spinners. > Did you Google "Android Spinner Example"? ---

[android-developers] Re: update spinner

2011-06-24 Thread souissi haythem
I try this but it still didn't work. did you have an example of using two spinners. thanks On Jun 24, 1:19 am, TreKing wrote: > On Thu, Jun 23, 2011 at 6:03 PM, Indicator Veritatis wrote: > > > Well now, TreKing, I have read the documentation on both, and I still don't > > consider the answer o

Re: [android-developers] Re: update spinner

2011-06-23 Thread TreKing
On Thu, Jun 23, 2011 at 6:03 PM, Indicator Veritatis wrote: > Well now, TreKing, I have read the documentation on both, and I still don't > consider the answer obvious. > OP asked "How can i update my spinner with the last value i have choise, using shared preference??" Taking the question at fa

[android-developers] Re: update spinner

2011-06-23 Thread Indicator Veritatis
Well now, TreKing, I have read the documentation on both, and I still don't consider the answer obvious. Not even after also noticing from the Spinner Tutorial that he should use an Adapter too, most likely SpinnerAdapter. Even what seems 'obvious' after reading all that just looks and feels wrong,