how can i convert this json array to element in list view?
the json text :[{"course_id":"1","course_name":"hydo"},{"course_id":"2,"course_name":"ti"}]
i want the list view to be appear like that :
course_id:1,course_name:hydo ---at the first index of list view
course_id:2,course_name:ti ----at the second indexof list view
or that if possible:
course_id:1,course_name:hydo (at the description) ,the same for course 2