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

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -