05 2013 档案
(转)Android设置颜色的几种方法
摘要:http://blog.csdn.net/zhangqijie001/article/details/5891522
阅读全文
(转)Android text文字阴影设置
摘要:http://www.android-study.com/jiemiansheji/490.html
阅读全文
Android推荐学习路线图
摘要:http://www.android-study.com/jichuzhishi/70.html大量Android开源项目源代码分享:http://www.android-study.com/yuandaima/491.html
阅读全文
《Android应用案例开发大全》
摘要:http://book.51cto.com/art/201111/303602.htm
阅读全文
(转)Android杂谈--ListView之ArrayAdapter的使用
摘要:http://www.cnblogs.com/loulijun/archive/2011/12/26/2302287.html
阅读全文
RGB颜色查询对照表
摘要:http://www.114la.com/other/rgb.htm
阅读全文
(转)Android开发之onClick事件的三种写法
摘要:http://blog.csdn.net/a9529lty/article/details/7542828http://blog.sina.com.cn/s/blog_7013d1fe01014t3o.html
阅读全文
(转)Android LayoutInflater的使用
摘要:http://blog.csdn.net/chenqiumiao/article/details/7703048http://blog.csdn.net/zhangqijie001/article/details/5835838
阅读全文
(转)android之TableLayout使用
摘要:http://chen2337.blog.163.com/blog/static/3403992020116190017762/
阅读全文
(转)android:gravity和android:layout_gravity区别
摘要:http://www.oschina.net/question/54100_34093
阅读全文
(转)android:padding和android:margin的区别
摘要:http://blog.csdn.net/maikol/article/details/6048647http://cheungjaben.blog.163.com/blog/static/86734719201162211125228/
阅读全文
Android之“==”与equals区别
摘要:==号是进行内存地址的比较(对象或变量地址要一样),equals是值相等或对象的内容一样
阅读全文
Android之notificaction使用
摘要:http://blog.csdn.net/chenzheng_java/article/details/6249357
阅读全文
TextLink的空格使用
摘要:<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:layout_centerVertical="true" android:text="电脑访问:www.baidu.com" android:autoLink="all" />对上面的一段Android的布局
阅读全文