json存储数据gson读取数据
用as模拟QQ登录界面,用json存储数据gson读取数据 xml文件 package com.example.mysaveqq; import android.content.Context; import android.content.SharedPreferences; import android.widget.Toast; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import org.json.JSONException; import org.json.JSONOb
用户评论