B4X:
Sub CustomListView1_ItemClick (Index As Int, Value As Object)
Log(Value)
End Sub
the above code gives me an empty value
B4X:
CustomListView1.AddTextItem(cs.Initialize.Typeface(Typeface.MATERIALICONS).Size(22).VerticalAlign(3dip).Append(Chr(0xE84F)).PopAll.Append("Profile").PopAll, "")
i wanted to get the word Profile from the list please help