I've listed some items in list that extends Activity and the list are listed using Custom Adapter. My question is, this is my xml File I've added some items to this spinner. How can i get the spinner values to next layout. Anyone knows then please tell me? Advance thanks.
| |||||||
feedback
|
|
I'm not clear on what you're actually asking here, but as a guess there are two possible things you're asking
1. Is simple enough
Will return the object selected by your spinner.
For example:
But your best bet would be to try and explain more clearly what you're asking. | |||
|
feedback
|
|
first you have to select data from spinner using
then u hava to use intent for sending it to next activity..
| |||
feedback
|
|
First thing :: you can pass value from one activity to second activity not one layout to second second :: if you need to pass value from one activity to second use first activity::
*here lastpage is key which unique for aplicationsecond activity::
| |||
|
feedback
|