Passing JSONObject into another activity

后端 未结 7 1927
情歌与酒
情歌与酒 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:25

    Have a look at gson. It allows you to sereialise and deserialise JSON blobs to entire class instances.

提交回复
热议问题