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
You can have a Button that catch the Ítem Clicked...
You can have the element Position like this.
int position= FindViewById(Resource.Id.listIncindentes).CheckedItemPosition;
And the element value like this.
var value= FindViewById(Resource.Id.listIncindentes).GetItemAtPosition(position);