Re: [android-developers] how to pass value from spinner to another activity

2011-01-25 Thread Mark Murphy
You cannot stop default selection, other than to set your own selection. IMHO, the selection event of a Spinner should not trigger startActivity(). On Tue, Jan 25, 2011 at 9:10 AM, J@n$ wrote: > I have a problem in selecting the vaues from the spinner.whenever i > run the programit goes to second

[android-developers] how to pass value from spinner to another activity

2011-01-25 Thread J@n$
I have a problem in selecting the vaues from the spinner.whenever i run the programit goes to second page instead of displaying the main page which has spinner.i knew the problem is due to default selection of spinner values. do any one knw how stop default selection -- You received this message