Below is my code which displays data in listview which is parses from json. I want to start new activity when the user clicks on any item in the list.
I followe
I thing you shold put objJson.getString(NAME); after onItemClick...... to take the clicked item string name not other item
objJson.getString(NAME);
onItemClick......