get text item

  1. D

    Android Question Get Text from Customlist item

    I have this CustomListView that I populate with TextItems. Using GetValue, I can get the item number the user clicked on but how do I get the text? dim List1 As CustomListView List1.AddTextItem("Tone A",0) List1.AddTextItem("Tone B",1) List1.AddTextItem("Tone C",2)...
Top