摘要:
1、 对SharePreference的封装 import android.content.Context; import android.content.SharedPreferences; /** * 对SharePreference的封装 * * */ public class PrefUti 阅读全文
摘要:
1、利用Xutils获取网络数据 2、利用gson解析JSON https://github.com/google/gson 创建自定义类(解析JSON返回) 根据JSON的数据结构创建类 解析JSON 阅读全文
摘要:
1、不能滑动的ViewPager import android.content.Context; import android.support.v4.view.ViewPager; import android.util.AttributeSet; import android.view.Motio 阅读全文