> > int pos2=spinner.getSelectedItemPosition(); > Shouldn't this line be the following? *int pos2 = spinner1.getSelectedItemPosition();*
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 21, 2012 at 9:47 AM, Ashintha Rukmal <[email protected]> wrote: > int pos2=spinner.getSelectedItemPosition(); > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

