1
Answer

How to use Spinner in List View in Android ?

i want to ask about the widget spinner that how we can use spinner in list view  in android 
Answers (1)
0
Hardik Mahant

Hardik Mahant

NA 14 49 8y
Hello Madhuram,

Firstly make a custom listview, using BaseAdapter.
In List row put a spinner its done.

You can find easily many tutorials for custom listviews.
so, a list row - which will be a one row of your list, put a spinner into that layout.

You can set the spinner data by defining model class.
which contains getter setters.

Cheers!.