本月博客排行
-
第1名
龙儿筝 -
第2名
flashsing123 -
第3名
xiaoxinye - e_e
- java_doom
- johnsmith9th
- gaochunhu
- sichunli_030
- zw7534313
- 深蓝传说
年度博客排行
-
第1名
宏天软件 -
第2名
龙儿筝 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- zysnba
- e_e
- javashop
- sam123456gz
- tanling8334
- arpenker
- kaizi1992
- xpenxpen
- lemonhandsome
- xiangjie88
- ganxueyun
- xyuma
- wangchen.ily
- jh108020
- Xeden
- johnsmith9th
- zxq_2017
- zhanjia
- jbosscn
- forestqqqq
- lzyfn123
- ajinn
- daizj
- wjianwei666
- ranbuijj
- 喧嚣求静
- sichunli_030
- kingwell.leng
- silverend
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
- lerf
- lstcyzj
- flashsing123
- lxguy
- lyndon.lin
最新文章列表
android qq 消息页面 editview 获得焦点把 标题栏 顶上去 问题
实战 QQ demo源码(本例中有该应用)
服务器端下载:http://download.csdn.net/download/knight_black_bob/9822551
android eclipse 版:http://download.csdn.net/download/knight_black_bob/9822553
android stdio 版本:http:// ...
ch02 Android TextView与EditView
--------------------------------------------strings.xml--------------------------------------------
<resources>
<string name="app_name">com.ch02</string>
<stri ...
Android EditText 为空提示 密码隐藏
EditText为空时提示方法: 1.xml文件中设置,如:android:hint="@string/user_name" 2.如:定义EditText变量mUserNamet,mUserName.setHint("昵称"); EditText密码隐藏: //判断密码是否为空,做不同的操作 if(密码为空){ mUserPassword.setHi ...