So I used CLV for my project and I wanted that when an item is clicked, it will start another activity... but even tho there were no errors on my code it does not work... what am I missing?
here is my code:
I used this code in ListView and it worked just fine but when I used it in CLV it doesn't.
here is my code:
B4X:
Sub CustomListGr1_ItemClick (Index As Int, Value As Object)
If Value = "Attendance" Then
StartActivity(AttendanceList)
End If
I used this code in ListView and it worked just fine but when I used it in CLV it doesn't.