(Android application source code (fine) see snow forum client source code
This project is based on the open interface development of kansue security forum. You can view the JSON data returned by each page by adding the styleid = 12 parameter after the URL of each page. Some modified third-party controls are used in the project, such as amazinglistview and xlistview.
Source code structure
source code
├ android. util
├ com. pediy. bbs. kanxue
├ com. pediy. bbs. kanxue. net
├ com. pediy. bbs. kanxue. util
├ com. pediy. bbs. kanxue. widget
android. Util - Base64 toolkit copied from Android SDK for compatibility with earlier versions
com. pediy. bbs. Kanxue - Interface Package
com. pediy. bbs. kanxue. Net - network package
com. pediy. bbs. kanxue. Util - Toolkit
com. pediy. bbs. kanxue. Widget - widget package
library
└ fastjson-1.1.26-android. jar
fastjson-1.1.26-android. Jar - fast JSON data parsing package)