How to start a new activity form ListView and give it multiple parameters

前端 未结 3 729
滥情空心
滥情空心 2021-01-16 15:25

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

3条回答
  •  清酒与你
    2021-01-16 16:22

    I thing you shold put objJson.getString(NAME); after onItemClick...... to take the clicked item string name not other item

提交回复
热议问题