摘要: http://blog.csdn.net/superhill/article/details/7588896 http://blog.csdn.net/wst1620125/article/details/46592265 http://blog.csdn.net/chenguang79/artic 阅读全文
posted @ 2016-06-03 19:07 因为全栈所以架构 阅读(181) 评论(0) 推荐(0) 编辑
摘要: http://hukai.me/android-training-course-in-chinese/index.html 阅读全文
posted @ 2016-05-31 22:56 因为全栈所以架构 阅读(181) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-04-17 18:10 因为全栈所以架构 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://blog.csdn.net/bill_ming/article/details/8817172 阅读全文
posted @ 2016-04-14 12:54 因为全栈所以架构 阅读(579) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://blog.sina.com.cn/s/blog_5da93c8f0100w9px.html 阅读全文
posted @ 2016-04-13 19:50 因为全栈所以架构 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://www.tuicool.com/articles/VfiUba http://android.blog.51cto.com/268543/303728/ 阅读全文
posted @ 2016-04-13 14:36 因为全栈所以架构 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://blog.csdn.net/qinjuning/article/details/8829877 http://www.cnblogs.com/manuosex/p/3231421.html 阅读全文
posted @ 2016-04-13 13:40 因为全栈所以架构 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 匈牙利命名法 骆驼命名法(大骆驼命名法和小骆驼命名法) 帕斯卡命名法 阅读全文
posted @ 2016-04-13 11:59 因为全栈所以架构 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 这两个方法的调用方式如下: getActivity().getWindow().getDecorView().setSystemUiVisibility; getActivity().getWindow().getDecorView().getSystemUiVisibility; 参考资料: ht 阅读全文
posted @ 2016-04-12 16:14 因为全栈所以架构 阅读(14988) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://www.zhihu.com/question/19760889 阅读全文
posted @ 2016-04-12 15:54 因为全栈所以架构 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://www.open-open.com/lib/view/open1373981182669.html http://www.cnblogs.com/yc-755909659/p/4290784.html http://www.bdqn.cn/news/201308/10625 阅读全文
posted @ 2016-04-12 15:50 因为全栈所以架构 阅读(599) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://www.open-open.com/lib/view/open1451119413198.html https://www.aswifter.com/2015/12/24/android-m-change-statusbar-textcolor/ Android Statu 阅读全文
posted @ 2016-04-12 15:39 因为全栈所以架构 阅读(766) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://www.cnblogs.com/meizixiong/archive/2013/07/03/3170591.html 阅读全文
posted @ 2016-04-12 14:24 因为全栈所以架构 阅读(90) 评论(0) 推荐(0) 编辑
摘要: |和^常用来操作一组可选项。 |表示可选项组合中若不存在该可选项,则添加;若存在该可选项则不变。 ^表示可选项组合中若不存在该可选项,则添加;若存在该可选项则删除。 |表示比如: 这段代码的意思是判断uiOptions可选项组合中是否存在View.SYSTEM_UI_FLAG_IMMERSIVE_S 阅读全文
posted @ 2016-04-12 14:21 因为全栈所以架构 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 以前一般都是在Activity中添加menu菜单,一般是重写onCreateOptionsMenu和onOptionsItemSelected方法。 现在用fragment用的多了,就在fragment里面添加menu菜单,也是重写了onCreateOptionsMenu和onOptionsItem 阅读全文
posted @ 2016-04-12 13:57 因为全栈所以架构 阅读(653) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://www.cnblogs.com/mengdd/archive/2013/01/09/2853254.html 阅读全文
posted @ 2016-04-12 13:42 因为全栈所以架构 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://laobie.github.io/android/2016/03/27/statusbar-util.html http://laobie.github.io/android/2016/02/15/status-bar-demo.html http://www.jiansh 阅读全文
posted @ 2016-04-12 11:51 因为全栈所以架构 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://www.cnblogs.com/zhengxt/p/3536905.html http://www.xuebuyuan.com/2207437.html http://www.jcodecraeer.com/a/opensource/2014/1222/2198.html 阅读全文
posted @ 2016-04-12 11:50 因为全栈所以架构 阅读(578) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0430/2814.html http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2014/1118/2006.h 阅读全文
posted @ 2016-04-12 11:40 因为全栈所以架构 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 官方文档: http://developer.android.com/intl/zh-cn/training/basics/actionbar/overlaying.html 参考资料: http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2013/0 阅读全文
posted @ 2016-04-12 11:39 因为全栈所以架构 阅读(1125) 评论(0) 推荐(0) 编辑