I have done Muticolum listview onListItemClick .Its working fine.Problem is
This line String selection = l.getItemAtPosition(position).toString(); return this
{routeName=TestRoute2, outlets=5, routeCode=VRT002} .I want to get it selected row’s 3rd column value.How to get it.
Please help me..
Thanks in advance..
What kind of Adapter? E.g. for a SimpleCursorAdapter you would do the following: