随笔分类 -  Android学习系列文章

Android用Application设置全局变量以及使用
摘要:http://oyeal.iteye.com/blog/941183 阅读全文
posted @ 2013-06-22 14:20 猥琐丶欲为 阅读(241) 评论(0) 推荐(0)
android 相对布局属性
摘要:http://www.cnblogs.com/devinzhang/archive/2012/09/30/2709017.htmlhttp://www.cnblogs.com/yyyyy5101/archive/2011/06/20/2085407.html 阅读全文
posted @ 2013-06-20 14:21 猥琐丶欲为 阅读(134) 评论(0) 推荐(0)
修改eclipse的背景色
摘要:http://www.cnblogs.com/zhwl/archive/2013/02/21/2920780.html 阅读全文
posted @ 2013-06-13 09:40 猥琐丶欲为 阅读(164) 评论(0) 推荐(0)
Android实现ImageView加边框
摘要:http://www.android-study.com/jiemiansheji/151.html 阅读全文
posted @ 2013-06-09 18:03 猥琐丶欲为 阅读(214) 评论(0) 推荐(0)
Android设置任何控件透明度
摘要: 阅读全文
posted @ 2013-06-09 17:58 猥琐丶欲为 阅读(162) 评论(0) 推荐(0)
ANDROID开发之SQLite详解
摘要:http://www.cnblogs.com/Excellent/archive/2011/11/19/2254888.htmlhttp://www.cnblogs.com/TerryBlog/archive/2010/06/12/1757166.html 阅读全文
posted @ 2013-06-07 16:25 猥琐丶欲为 阅读(142) 评论(0) 推荐(0)
android之tab
摘要:http://www.cnblogs.com/sunnychuh/archive/2011/04/14/2016242.htmlandroid中TabHost+intent的使用 http://blog.csdn.net/duanyu218/article/details/7593546TabHost两种实现方式http://www.eoeandroid.com/code/2012/0104/588.html 阅读全文
posted @ 2013-06-06 11:22 猥琐丶欲为 阅读(153) 评论(0) 推荐(0)
转:安卓android开源项目(汇总)
摘要:http://www.cnblogs.com/klcf0220/articles/3094047.html 阅读全文
posted @ 2013-06-04 17:44 猥琐丶欲为 阅读(148) 评论(0) 推荐(0)
在android项目中R.java中失去id类怎么办
摘要:这个时候你再clean项目 ,这时console会打印出一次错误的信息提示:例如:[2011-08-21 18:14:19 - myweibo] F:\android_workplace\myweibo\res\layout\home_list.xml:6: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/usericon').你就可以根据这些提示去查找哪个xml有问题,然后修改过来。再刷新一下项目,这个时候R.java文件就会 阅读全文
posted @ 2013-06-03 09:54 猥琐丶欲为 阅读(375) 评论(0) 推荐(0)
(转)Android设置颜色的几种方法
摘要:http://blog.csdn.net/zhangqijie001/article/details/5891522 阅读全文
posted @ 2013-05-28 15:50 猥琐丶欲为 阅读(182) 评论(0) 推荐(0)
(转)Android text文字阴影设置
摘要:http://www.android-study.com/jiemiansheji/490.html 阅读全文
posted @ 2013-05-17 17:22 猥琐丶欲为 阅读(148) 评论(0) 推荐(0)
Android推荐学习路线图
摘要:http://www.android-study.com/jichuzhishi/70.html大量Android开源项目源代码分享:http://www.android-study.com/yuandaima/491.html 阅读全文
posted @ 2013-05-16 16:06 猥琐丶欲为 阅读(176) 评论(0) 推荐(0)
《Android应用案例开发大全》
摘要:http://book.51cto.com/art/201111/303602.htm 阅读全文
posted @ 2013-05-16 15:39 猥琐丶欲为 阅读(671) 评论(0) 推荐(0)
(转)Android杂谈--ListView之ArrayAdapter的使用
摘要:http://www.cnblogs.com/loulijun/archive/2011/12/26/2302287.html 阅读全文
posted @ 2013-05-15 09:01 猥琐丶欲为 阅读(179) 评论(0) 推荐(0)
RGB颜色查询对照表
摘要:http://www.114la.com/other/rgb.htm 阅读全文
posted @ 2013-05-14 09:45 猥琐丶欲为 阅读(177) 评论(0) 推荐(0)
(转)Android开发之onClick事件的三种写法
摘要:http://blog.csdn.net/a9529lty/article/details/7542828http://blog.sina.com.cn/s/blog_7013d1fe01014t3o.html 阅读全文
posted @ 2013-05-09 10:13 猥琐丶欲为 阅读(163) 评论(0) 推荐(0)
(转)Android LayoutInflater的使用
摘要:http://blog.csdn.net/chenqiumiao/article/details/7703048http://blog.csdn.net/zhangqijie001/article/details/5835838 阅读全文
posted @ 2013-05-08 17:13 猥琐丶欲为 阅读(142) 评论(0) 推荐(0)
(转)android之TableLayout使用
摘要:http://chen2337.blog.163.com/blog/static/3403992020116190017762/ 阅读全文
posted @ 2013-05-07 15:57 猥琐丶欲为 阅读(150) 评论(0) 推荐(0)
(转)android:gravity和android:layout_gravity区别
摘要:http://www.oschina.net/question/54100_34093 阅读全文
posted @ 2013-05-07 13:40 猥琐丶欲为 阅读(153) 评论(0) 推荐(0)
(转)android:padding和android:margin的区别
摘要:http://blog.csdn.net/maikol/article/details/6048647http://cheungjaben.blog.163.com/blog/static/86734719201162211125228/ 阅读全文
posted @ 2013-05-07 13:15 猥琐丶欲为 阅读(154) 评论(0) 推荐(0)