json - Is it possible for the adapter to send two items at a time to the dropdownlistview in android -
When I click on an item in the dropdown list view of Android, I want to display the ID of the related item. {"Id": "1", "name": "drink"}, {"id": "2", "name": "bread"}, {"id": "3" "Names": "Cereal"}, {"id": "4", "name": "cheese"}, {"id": "5", "name": "citrus fruit"}]}
Comments
Post a Comment