I have a listView that returns two strings to one each row. The code and the name of a country, I would not like to present the code but I need it for when the user clicks on the line to get the code and search the bank. My line is like "345 Brazil", because I need the code I needed to get only it with adapter.getItem(position)
. Is there any way to do this? Thank you in advance!