摘要:
示例数据结构定义: public class Student { public int id; public String nickName; public int age; public ArrayList<String> books; public HashMap<String, String> 阅读全文
摘要:
使用Gson库 Step1: download Gson jar file goto https://github.com/google/gson Gson Download downloads at Maven Central step2: To use Gson in Android 1) co 阅读全文