上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 29 下一页
  2013年5月6日
摘要: ==号是进行内存地址的比较(对象或变量地址要一样),equals是值相等或对象的内容一样 阅读全文
posted @ 2013-05-06 10:41 猥琐丶欲为 阅读(378) 评论(0) 推荐(0) 编辑
  2013年5月3日
摘要: http://blog.csdn.net/chenzheng_java/article/details/6249357 阅读全文
posted @ 2013-05-03 16:37 猥琐丶欲为 阅读(140) 评论(0) 推荐(0) 编辑
摘要: <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 猥琐丶欲为 阅读(217) 评论(0) 推荐(0) 编辑
  2013年4月27日
摘要: 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上下文菜单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) 编辑
  2013年4月19日
摘要: 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) 编辑
摘要: http://www.cnblogs.com/feisky/archive/2010/01/01/1637427.html 阅读全文
posted @ 2013-04-19 17:03 猥琐丶欲为 阅读(121) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/allin/archive/2010/05/15/1736458.html 阅读全文
posted @ 2013-04-19 17:01 猥琐丶欲为 阅读(148) 评论(0) 推荐(0) 编辑
  2013年4月17日
摘要: http://www.cnblogs.com/playing/archive/2011/03/23/1992030.html 阅读全文
posted @ 2013-04-17 17:05 猥琐丶欲为 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 29 下一页