Hi
Maybe someone can help:
I have a list view with few options to choose from.
On galaxy s2 with android 4.4 : clicking the listview items - nothing happens at the beginning.
I need to click the items many times , with no respond , until eventually it starts to work.
the same code run with no issues on Nexus 5 with android 5.1.
I guess I am breaking some kind of compatability here...
Sub listviewMenu_Itemclick (Position As Int, Value As Object)
If (Position=0) Then
StartActivity(...)
Else If (Position=1) Then
Msgbox(...)
Else If (Position=2) Then
Msgbox(...)
Else
Msgbox (...)
End If
End Sub
Thanks,Idan
Maybe someone can help:
I have a list view with few options to choose from.
On galaxy s2 with android 4.4 : clicking the listview items - nothing happens at the beginning.
I need to click the items many times , with no respond , until eventually it starts to work.
the same code run with no issues on Nexus 5 with android 5.1.
I guess I am breaking some kind of compatability here...
Sub listviewMenu_Itemclick (Position As Int, Value As Object)
If (Position=0) Then
StartActivity(...)
Else If (Position=1) Then
Msgbox(...)
Else If (Position=2) Then
Msgbox(...)
Else
Msgbox (...)
End If
End Sub
Thanks,Idan