摘要: //点击屏幕 关闭输入弹出框 @Override public boolean onTouchEvent(MotionEvent event) { InputMethodManager im = (InputMethodManager)getSystemService(Context.INPUT_... 阅读全文
posted @ 2015-09-22 23:29 shiningrise 阅读(1329) 评论(0) 推荐(0) 编辑
摘要: https://github.com/wyouflf/xUtilsHttpUtils使用方法:普通get方法HttpUtils http = new HttpUtils();http.send(HttpRequest.HttpMethod.GET, "http://www.lidroid.co... 阅读全文
posted @ 2015-09-22 04:09 shiningrise 阅读(655) 评论(0) 推荐(0) 编辑
摘要: fastjson的API十分简洁。String text = JSON.toJSONString(obj); //序列化VO vo = JSON.parseObject("{...}", VO.class); //反序列化https://github.com/alibaba/fastjson/wik... 阅读全文
posted @ 2015-09-22 04:08 shiningrise 阅读(872) 评论(0) 推荐(0) 编辑
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css