Hello, I am having issues with my ListView text filter. Here's the problem: ** Upon using the keyboard to search for an item in the list, when that item is clicked, it always takes them to the actions I have specified for position 0 as my list is separated based on positions. Each position launches a different activity.
Is it possible for me to make it so it goes by the string value of each list item instead of the position? How can I resolve this?