Passing JSONObject into another activity

后端 未结 7 1914
情歌与酒
情歌与酒 2020-11-30 04:56

I\'m hitting an external API that\'s returning JSON data (new dvd titles). I\'m able to parse out the JSON and list each dvd title and other dvd information into a ListView

7条回答
  •  醉梦人生
    2020-11-30 05:15

    Are you storing the information in a DB? If you are, you can simply pass the ID of the desired title (via the intent).

提交回复
热议问题