It is necessary that the spinner had emoticons, not numbers. There are 5 pictures, you need to display pictures, not text, and already at the program level (in the database) the numbers will be (1-5)
1 answer
- Create your adapter for the spinner.
- In his
getview()
method, find the markup you created for the spinner element byImageView
id. - Place a picture there.
Code examples with en-SO
|