摘要: 基本:http://www.cnblogs.com/sipher/articles/2504419.htmlhttp://www.cnblogs.com/200911/p/3332474.html通知栏:http://www.cnblogs.com/felix-hua/archive/2011/12... 阅读全文
posted @ 2014-12-14 23:55 chuiyuan 阅读(387) 评论(0) 推荐(0) 编辑
摘要: http://www.tuicool.com/articles/nyAjUn 阅读全文
posted @ 2014-12-06 16:19 chuiyuan 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 参考http://blog.csdn.net/nanzhiwen666/article/details/12677897 阅读全文
posted @ 2014-12-04 22:30 chuiyuan 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 参考一:左右滑动http://www.oschina.net/question/97118_34343参考二:左右滑动进行深入的探讨http://www.oschina.net/question/97118_34523参考三:各种效果的集合http://blog.csdn.net/sun625502... 阅读全文
posted @ 2014-12-04 20:42 chuiyuan 阅读(115) 评论(0) 推荐(0) 编辑
摘要: public final class PullToRefreshListActivity extends ListActivity { private LinkedList mListItems; private PullToRefreshListView mPullRefreshListView;... 阅读全文
posted @ 2014-11-30 22:12 chuiyuan 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1.刚刚打开时,会运行MainActivity,只会一次。地图的init 在Application中进行。在MainActivity 中,先检查是否有网络,如果有网络,再进行定位。2 进入 homepageFragment进入后,第一件事情是查看是还有网如果有网,开始定位。并查看 定位是否完成,完成... 阅读全文
posted @ 2014-11-30 21:59 chuiyuan 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 学习Gson的几个用法Gson解析(List和Map)格式json数据基本:http://blog.csdn.net/onlyonecoder/article/details/16907713更多:http://blog.csdn.net/lk_blog/article/details/768516... 阅读全文
posted @ 2014-11-30 11:54 chuiyuan 阅读(166) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/cpacm/p/4067283.html 阅读全文
posted @ 2014-11-29 11:17 chuiyuan 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 可以继承,例子:class A{ public static void a(){ System.out.println("a"); }}class B extends A{}public class Test { public static void main(String[] args) {... 阅读全文
posted @ 2014-11-28 21:44 chuiyuan 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 参考http://www.tuicool.com/articles/nMFb2q 阅读全文
posted @ 2014-11-28 14:17 chuiyuan 阅读(133) 评论(0) 推荐(0) 编辑