I am developing application. In that i am populating spinner from the database. I got the arrayList which consist of description and code . I need to set the code as tag for each description. Is there any possibility to add tag for individual items in spinner.
I am developing application. In that i am populating spinner from the database. I
Share
Try simple custom adapter: