Android ArrayAdapter and JSONArray

后端 未结 4 2017
忘了有多久
忘了有多久 2021-01-07 10:48

I am new to Android Development.

I purely like to work with JSON Objects and Arrays for my simple application considering the lightness of the JSON Carrier compared

4条回答
  •  余生分开走
    2021-01-07 11:19

    create one textview and assign with item.getString("key") and add that string to the local string array and return that view

提交回复
热议问题