I am using a listview and there are number of listitems. I need to add a spinner with all my listitems. I am using customadapter and my problem is for adding a image we can use imageview. For spinner what can i use?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
Here is the code.
If you are constructing your row using a layout xml, place the Spinner there. If you are doing programmatically you can use Spinner class.