in a Xamarin.Android app, I have a ListView which I previously populated. In the listview_ItemClick event handler, which correctly fires, I would like to retrieve the text of t
I think you can do something like this ((TextView)e.View).getText().toString()
((TextView)e.View).getText().toString()