06 2015 档案

摘要:http://www.2cto.com/kf/201402/276808.htmlAndroid程序在点击回退键时,如果只有一个activity,调用finish()方法就能退出界面,如果有多个界面,在调用该方法时,只会销毁当前的activity,显示栈顶的其它activity,换言之,就是无法退出... 阅读全文
posted @ 2015-06-30 19:24 裸奔到月球 阅读(218) 评论(0) 推荐(0) 编辑
摘要:http://jiankeafei.iteye.com/blog/286017在java中使用HashMap是主要有两种遍历方法,代码如下:第一种:HashMaphashmap=newHashMap();Iteratoriterator=hashmap.keySet().iterator();whi... 阅读全文
posted @ 2015-06-23 19:52 裸奔到月球 阅读(153) 评论(0) 推荐(0) 编辑
摘要:http://www.blogjava.net/anchor110/articles/355670.html 阅读全文
posted @ 2015-06-23 10:30 裸奔到月球 阅读(131) 评论(0) 推荐(0) 编辑
摘要:https://github.com/motianhuo/wechat 阅读全文
posted @ 2015-06-17 11:20 裸奔到月球 阅读(140) 评论(0) 推荐(0) 编辑
摘要:http://blog.memecodes.com/340.html在http连接中,会存在着cookie状态,需要访问登录后的网页,就必须保存用于认证的cookie;之后每次发送请求,将保存的cookie一并带上便可实现登录后访问。开发中,一般都会使用组件、框架、平台等方式来进行快速开发,本文将介... 阅读全文
posted @ 2015-06-13 19:23 裸奔到月球 阅读(1078) 评论(0) 推荐(0) 编辑
摘要:http://www.android100.org/html/201406/03/16248.html在新的SDK每次创建activity时,会自动生成public static class PlaceholderFragment extends Fragmentfragment模块,在该模块的基础... 阅读全文
posted @ 2015-06-02 22:18 裸奔到月球 阅读(221) 评论(0) 推荐(0) 编辑
摘要:In fact it is pretty easy.All you should do is defining an attribute like thisand thenadding these styles to your theme@style/tabtextcolor@style/tabte... 阅读全文
posted @ 2015-06-02 16:05 裸奔到月球 阅读(238) 评论(0) 推荐(0) 编辑