Hello
I am using he searchview module by Erel and modified by Mr.Narek Adonts here
https://www.b4x.com/android/forum/threads/class-searchview.48576/
I can add my txt file as to a list and load this list via searchview. All the items are added successfuly but when i click on an item it gives me empty string altough it is not empty. I Use:
I am using he searchview module by Erel and modified by Mr.Narek Adonts here
https://www.b4x.com/android/forum/threads/class-searchview.48576/
I can add my txt file as to a list and load this list via searchview. All the items are added successfuly but when i click on an item it gives me empty string altough it is not empty. I Use:
B4X:
Sub actlimansec_ItemClick (Value As String)
alan2=Value
If actlimansec.Searching Then
Msgbox("Chosen value: " & Value, "")
actlimansec.HideSearchView(True)
Else
End If
Log(Value)