How to get the index number from the main Searchview list so that I can use it as a variable in a Sub.
Somewhat like https://www.b4x.com/android/forum/threads/searchview-return-value.73259/ , except I'm not using a Map.
thanks in advance.
ps: Would the same solution work with AutoCompleteEditText?
Thanks but this Position is the result of et_TextChanged, and not that of the list made from cities.txt
Thanks for the pointer, I'm gonna try using Value with (KVS and then Map) to see which feels better.