片段,JSON,ListView [关闭]

I have a class that extends Fragment.

At onCreateView I must request a JSON from a PHP file and put some columns in a listview in a layout (fragment_events).

I've already done the HTTP request and I have my JSON file ready, now what can I do to populate my listview?

I have one class extend Fragment, I can't do for example new SimpleAdapter(this, mylist , R.layout.main in Fragment!!

You can try ListFragment class, It will help you to do implement listview