上一页 1 ··· 159 160 161 162 163 164 165 166 167 ··· 188 下一页

2015年2月16日

【转】Android异步消息处理机制完全解析,带你从源码的角度彻底理解

摘要: 原文网址:http://blog.csdn.net/guolin_blog/article/details/9991569转载请注明出处:http://blog.csdn.net/guolin_blog/article/details/9991569之前也是由于周末通宵看TI3比赛,一直没找到时间写... 阅读全文

posted @ 2015-02-16 10:18 wi100sh 阅读(156) 评论(0) 推荐(0) 编辑

【转】android的消息处理机制(图+源码分析)——Looper,Handler,Message

摘要: 原文地址:http://www.cnblogs.com/codingmyworld/archive/2011/09/12/2174255.html#!comments作为一个大三的预备程序员,我学习android的一大乐趣是可以通过源码学习google大牛们的设计思想。android源码中包含了大量... 阅读全文

posted @ 2015-02-16 10:06 wi100sh 阅读(200) 评论(0) 推荐(0) 编辑

2015年2月15日

【转】FragmentTest学习笔记1

摘要: 原文网址:http://blog.csdn.net/hishentan/article/details/20734489源码部分:BookContent.java[java]view plaincopypackagecom.example.bookdetailfragment;importjava.... 阅读全文

posted @ 2015-02-15 11:56 wi100sh 阅读(250) 评论(0) 推荐(0) 编辑

【转】基于Android Fragment功能的例子

摘要: 原文网址:http://blog.csdn.net/eyu8874521/article/details/8252216通过最近空闲时候对Fragment的学习,尝试着写了一个小Demo,将在开发的时候能常用到的Fragment知识放在一起,写过了这个Demo对Android Fragment的了解... 阅读全文

posted @ 2015-02-15 11:46 wi100sh 阅读(263) 评论(0) 推荐(0) 编辑

2015年2月14日

【转】Android中visibility属性VISIBLE、INVISIBLE、GONE的区别

摘要: 原文网址:http://blog.csdn.net/chindroid/article/details/8000713在Android开发中,大部分控件都有visibility这个属性,其属性有3个分别为“visible ”、“invisible”、“gone”。主要用来设置控制控件的显示和隐藏。有... 阅读全文

posted @ 2015-02-14 22:34 wi100sh 阅读(573) 评论(0) 推荐(0) 编辑

2015年2月13日

【转】Android学习基础自定义Checkbox组件

摘要: 原文网址:http://forum.maiziedu.com/thread-515-1-1.htmlheckbox组件是一种可同时选中多项的基础控件,即复选框,在android学习中,Checkbox是一款非常重要的UI组件,由于它的展现形式美观性和协调性不符合我们的需求,我们需要自定义这个组件,方... 阅读全文

posted @ 2015-02-13 16:58 wi100sh 阅读(192) 评论(0) 推荐(0) 编辑

【转】declare-styleable的使用(自定义控件) 以及declare-styleable中format详解

摘要: 原文网址:http://www.cnblogs.com/622698abc/p/3348692.htmldeclare-styleable是给自定义控件添加自定义属性用的1.首先,先写attrs.xml ... 阅读全文

posted @ 2015-02-13 16:02 wi100sh 阅读(259) 评论(0) 推荐(0) 编辑

【转】android 自定义控件 使用declare-styleable进行配置属性(源码角度)

摘要: 原文网址:http://blog.csdn.net/vipzjyno1/article/details/23696537最近在模仿今日头条,发现它的很多属性都是通过自定义控件并设定相关的配置属性进行配置,于是便查询了解了下declare-styleable,下面我把自己的使用感受和如何使用进行说明下... 阅读全文

posted @ 2015-02-13 15:55 wi100sh 阅读(295) 评论(0) 推荐(0) 编辑

【转】Android SwitchButton(滑动开关)

摘要: 原文网址:http://blog.csdn.net/wangjinyu501/article/details/27961303版本:1.0日期:2014.5.172014.6.1版权:© 2014 kince 转载注明出处在介绍SwitchButton之前,先来看一下系统Button是如何实现的。源... 阅读全文

posted @ 2015-02-13 14:31 wi100sh 阅读(1211) 评论(0) 推荐(0) 编辑

【转】Android 如何在Eclipse中查看Android API源码 及 support包源码

摘要: 原文网址:http://blog.csdn.net/vipzjyno1/article/details/22954775当我们阅读android API开发文档时候,上面的每个类,以及类的各个方法都是已经写好的方法和控件,可是我们只是在搬来使用,不知道它的原理,它是如何被实现的。android系统是... 阅读全文

posted @ 2015-02-13 10:21 wi100sh 阅读(253) 评论(0) 推荐(0) 编辑

上一页 1 ··· 159 160 161 162 163 164 165 166 167 ··· 188 下一页

导航