How to convert JSONArray to ListView?

后端 未结 4 1462
无人及你
无人及你 2021-01-03 07:44

I have a code which does following -

  1. Connect to a web service via HttpClient to PHP file
  2. Returns a result from an SQL query
  3. Returns format i
4条回答
  •  一个人的身影
    2021-01-03 08:11

    Put the data into an Array and use ArrayAdapter to bind data to a list items.

    See the article on:

    http://www.josecgomez.com/2010/05/03/android-putting-custom-objects-in-listview/

提交回复
热议问题