When I was learning to parse the JSON data into a ListView and load it into the ListView, I found a project that was perfect for beginners like me.
This listviewjson source is
Http://www.baidu.com/linkurl=8B8d_R7xjnSiYMAXrqU9nVnSzyqhxNRjUFGi70uJ3Yh4XmnQh8i9vYrstmKRap2PKQligF3jivK7UYzZphKfK
Highly recommend the above site of the project, a total of more than 810 sets of source code, quite a reference value.
Then first record the study of Listviewjson.
The learning process of Listviewjson is divided into four parts, then the source code is explained separately:
1, Com.demo.app
2, Com.demo.app.common
3. Other related packages
4, finally learn how to parse the JSON data string process.
The Com.demo.app.common is a generic package. It can be common in many projects.
After you learn Listviewjson, you can learn some other applications that are similar to this architecture.
An analysis of "Listviewjson" to Listviewjson