Android Question TwoLinesAndBitmap how do I get the text of the second label of the selected item

DonManfred

Expert
Licensed User
Longtime User
Title says it all, search as I might I can't find the answer.
B4X:
lv.AddTwoLines2("1","2",CreateMap("Line1": "1", "Line2": "2")) ' Now take the map in itemclick event
 
Upvote 0
Top