随笔 - 287,  文章 - 0,  评论 - 19,  阅读 - 64万
04 2013 档案
Android学习资料
摘要:http://blog.csdn.net/jiahui524?viewmode=contentshttp://www.cnblogs.com/shortboy/archive/2012/07/19/2599352.html 阅读全文
posted @ 2013-04-27 17:51 猥琐丶欲为 阅读(133) 评论(0) 推荐(0) 编辑
Android之Menu.add()
摘要:Android上下文菜单ContextMenuhttp://www.cnblogs.com/welsh-android-learning/archive/2012/08/05/2623585.htmlAndroid之Submenu及iconmenuhttp://www.cnblogs.com/codingmyworld/archive/2011/08/25/2153099.html 阅读全文
posted @ 2013-04-27 16:59 猥琐丶欲为 阅读(384) 评论(0) 推荐(0) 编辑
Android 学习系列资料
摘要:http://www.cnblogs.com/qianxudetianxia/default.html?page=2http://blog.163.com/guozioo@126/blog/#m=0 阅读全文
posted @ 2013-04-19 17:16 猥琐丶欲为 阅读(185) 评论(0) 推荐(0) 编辑
(转)Android生命周期
摘要:http://www.cnblogs.com/feisky/archive/2010/01/01/1637427.html 阅读全文
posted @ 2013-04-19 17:03 猥琐丶欲为 阅读(121) 评论(0) 推荐(0) 编辑
android service 学习
摘要:http://www.cnblogs.com/allin/archive/2010/05/15/1736458.html 阅读全文
posted @ 2013-04-19 17:01 猥琐丶欲为 阅读(148) 评论(0) 推荐(0) 编辑
转 Android之Broadcast, BroadcastReceiver(广播)
摘要:http://www.cnblogs.com/playing/archive/2011/03/23/1992030.html 阅读全文
posted @ 2013-04-17 17:05 猥琐丶欲为 阅读(125) 评论(0) 推荐(0) 编辑
android之intent学习
摘要:Intent传值 EditText et = (EditText)findViewById(R.id.etName);//定义的文本框。 String aa = et.getText().toString();//获取文本框内容。 Intent intent = new Intent();intent.setClass(helloworld.this,android2.class);//helloworld.class为Activity,android2.class为Activity。intent.putExtra("name", "传值测试!");// 阅读全文
posted @ 2013-04-17 11:31 猥琐丶欲为 阅读(345) 评论(0) 推荐(0) 编辑
7种形式的Android Dialog使用举例
摘要:http://www.oschina.net/question/54100_32486 阅读全文
posted @ 2013-04-12 15:14 猥琐丶欲为 阅读(107) 评论(0) 推荐(0) 编辑
Android:写OnClickListener运行时遇到NullPointerException处理
摘要:经常要用到OnClickListener这个接口。教程中大部分是用Button.OnClickListener来定义的。但是我发现在Eclipse中输入Button.之后,没有自动提示,所以我有理由怀疑这样定义虽然可以通过编译,但是不符合逻辑的。后来通过自己测试eclipse的提示还有查阅安卓的API文档,我发现有真正的写法应该是View.OnClickListener。或者手动importandroid.view.View.OnClickListener之后直接写OnClickListener即可。Button实际上是继承View类的,所以写成Button.OnClickListener没有 阅读全文
posted @ 2013-04-09 17:02 猥琐丶欲为 阅读(708) 评论(0) 推荐(0) 编辑
(转)android ListView详解
摘要:http://www.cnblogs.com/allin/archive/2010/05/11/1732200.html 阅读全文
posted @ 2013-04-09 11:05 猥琐丶欲为 阅读(129) 评论(0) 推荐(0) 编辑
(转)Android 如何建立你的菜单
摘要:http://www.cnblogs.com/android-html5/archive/2012/06/03/2533921.html 阅读全文
posted @ 2013-04-08 14:27 猥琐丶欲为 阅读(135) 评论(0) 推荐(0) 编辑

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

点击右上角即可分享
微信分享提示