Re: [android-developers] More Than One Spinners

2012-08-26 Thread Sobia Awan
Thank you so much for your help...i have done this task with different method...now i m trying to apply intent on spinner selection..but it is not working properly...actually i want to call another java class using new Intent when users selects the spinner...Please help me ...Many Thanks. On Sun

Re: [android-developers] More Than One Spinners

2012-08-25 Thread Sobia Awan
On Sat, Aug 25, 2012 at 2:41 AM, Justin Anderson wrote: > Well, for one, your row.xml does not use id's properly... You only want to > use the plus sign the first time you define the id. After that you don't > want the plus sign... > > So, for example, when you define the id for your image, you

Re: [android-developers] More Than One Spinners

2012-08-24 Thread Justin Anderson
Well, for one, your row.xml does not use id's properly... You only want to use the plus sign the first time you define the id. After that you don't want the plus sign... So, for example, when you define the id for your image, you should use @+id/image1 After that, everywhere else, you should

Re: [android-developers] More Than One Spinners

2012-08-23 Thread Narendra Singh Rathore
On Sat, Aug 18, 2012 at 2:32 AM, S Awan wrote: > Hi, > i wanna set more than one spinner with different strings and different > icons ..i hve done this all in one spinner correctly but when i set the > second spinner with different strings and icons it loads the same strings > as first spinn

Re: [android-developers] More Than One Spinners

2012-08-22 Thread Justin Anderson
> > i wanna set more than one spinner with different strings and different > icons ..i hve done this all in one spinner correctly > Ummm... great... then do what you did for the first spinner on the other spinners but when i set the second spinner with different strings and icons it loads > the s

[android-developers] More Than One Spinners

2012-08-19 Thread S Awan
Hi, i wanna set more than one spinner with different strings and different icons ..i hve done this all in one spinner correctly but when i set the second spinner with different strings and icons it loads the same strings as first spinner even i defined different strings and icons... i hve