I have create the android application program..In this program i am using custom adapter for spinner ..my problem is i want to set the value of the textview in the listview.pls tell some idea..Thanks in advance

link|improve this question

11% accept rate
u should show your code for details – mak_just4anything Sep 24 '11 at 4:45
create arraylist to hold items to display in spinner. After you added value in textview, add that textview value to the arraylist then create a new adapter with new updated arraylist. – Ilango J Sep 24 '11 at 5:16
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.