09 2014 档案
JAVA Map 和 List 排序方法
摘要:private Map mapDate;//正序mapDate=new TreeMap(new Comparator() { @Override public int compare(String lhs, String rhs) { ... 阅读全文
posted @ 2014-09-23 11:28 freexiaoyu 阅读(1405) 评论(0) 推荐(0)
Butter Knife 使用方法
摘要:获取控件@InjectView(R.id.image_show_password)ImageView image_show_password;控件事件@OnClick(R.id.btn_submit) void btn_submit(){ intent=new Intent(context, M... 阅读全文
posted @ 2014-09-21 11:43 freexiaoyu 阅读(2312) 评论(0) 推荐(0)
Volley 结合GSON或FastJson用法
摘要:自定义GSON类 1 public class GsonRequest extends Request { 2 private final Gson mGson = new Gson(); 3 private final Class mClazz; 4 private fin... 阅读全文
posted @ 2014-09-04 00:40 freexiaoyu 阅读(8186) 评论(0) 推荐(0)