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

Android之“==”与equals区别
摘要:==号是进行内存地址的比较(对象或变量地址要一样),equals是值相等或对象的内容一样 阅读全文
posted @ 2013-05-06 10:41 猥琐丶欲为 阅读(385) 评论(0) 推荐(0)
Android之notificaction使用
摘要:http://blog.csdn.net/chenzheng_java/article/details/6249357 阅读全文
posted @ 2013-05-03 16:37 猥琐丶欲为 阅读(147) 评论(0) 推荐(0)
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的布局 阅读全文
posted @ 2013-05-03 08:56 猥琐丶欲为 阅读(226) 评论(0) 推荐(0)
Android学习资料
摘要:http://blog.csdn.net/jiahui524?viewmode=contentshttp://www.cnblogs.com/shortboy/archive/2012/07/19/2599352.html 阅读全文
posted @ 2013-04-27 17:51 猥琐丶欲为 阅读(136) 评论(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 猥琐丶欲为 阅读(391) 评论(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 猥琐丶欲为 阅读(190) 评论(0) 推荐(0)
(转)Android生命周期
摘要:http://www.cnblogs.com/feisky/archive/2010/01/01/1637427.html 阅读全文
posted @ 2013-04-19 17:03 猥琐丶欲为 阅读(124) 评论(0) 推荐(0)
android service 学习
摘要:http://www.cnblogs.com/allin/archive/2010/05/15/1736458.html 阅读全文
posted @ 2013-04-19 17:01 猥琐丶欲为 阅读(154) 评论(0) 推荐(0)
转 Android之Broadcast, BroadcastReceiver(广播)
摘要:http://www.cnblogs.com/playing/archive/2011/03/23/1992030.html 阅读全文
posted @ 2013-04-17 17:05 猥琐丶欲为 阅读(136) 评论(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 猥琐丶欲为 阅读(349) 评论(0) 推荐(0)
7种形式的Android Dialog使用举例
摘要:http://www.oschina.net/question/54100_32486 阅读全文
posted @ 2013-04-12 15:14 猥琐丶欲为 阅读(111) 评论(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 猥琐丶欲为 阅读(715) 评论(0) 推荐(0)
(转)android ListView详解
摘要:http://www.cnblogs.com/allin/archive/2010/05/11/1732200.html 阅读全文
posted @ 2013-04-09 11:05 猥琐丶欲为 阅读(136) 评论(0) 推荐(0)
(转)Android 如何建立你的菜单
摘要:http://www.cnblogs.com/android-html5/archive/2012/06/03/2533921.html 阅读全文
posted @ 2013-04-08 14:27 猥琐丶欲为 阅读(141) 评论(0) 推荐(0)
(转)启动Activity但不显示其界面
摘要:http://blog.sina.com.cn/s/blog_76721b1201017joi.htmlAndroid中两种设置全屏的方法http://www.android-study.com/jiemiansheji/370.html 阅读全文
posted @ 2013-03-29 09:05 猥琐丶欲为 阅读(242) 评论(0) 推荐(0)
android调用系统设置
摘要:推荐文章:http://huaguoxiao2009.blog.163.com/blog/static/12963886220114132125370/ 阅读全文
posted @ 2013-03-28 17:03 猥琐丶欲为 阅读(209) 评论(0) 推荐(0)
win7系统自带的屏幕录制软件
摘要:win7系统自带的屏幕录制软件 阅读全文
posted @ 2013-03-12 16:55 猥琐丶欲为 阅读(242) 评论(0) 推荐(0)
转:帮你解答adb是什么,adb有什么用
该文被密码保护。
posted @ 2013-03-12 15:32 猥琐丶欲为 阅读(4) 评论(0) 推荐(0)
转:Toast简单用法
该文被密码保护。
posted @ 2013-03-12 14:29 猥琐丶欲为 阅读(6) 评论(0) 推荐(0)