
eclipse
文章平均质量分 77
顶级运营官
这个作者很懒,什么都没留下…
展开
-
This text field does not specify an inputType or a hint
android开发过程中突然发现的warning EditText 报出 “This text field does not specify an inputType ora hint” 原因: EditText需要指定默认输入类型 加入android:inputType="number|phone",表示指定为数字或电话 inputtype类型如下: //文本类型,原创 2014-05-19 10:51:06 · 507 阅读 · 0 评论 -
The connection to adb is down, and a severe error has occured
启动android模拟器时.有时会报The connection to adb is down, and a severe error has occured.的错误.在网友说在任务管理器上把所有 adb.exe关闭掉.重启eclipse.但试过不管用.所以在外国网站上找到一种可行 的方法: 1.先把eclipse关闭. 2.在管理器转到你的android SDK原创 2014-05-17 22:15:04 · 488 阅读 · 0 评论 -
T在extview里加一个图标,实现登录界面的效果
就像上面的例子,怎么做到在Textview里加一个图标:原创 2014-05-26 16:06:21 · 764 阅读 · 0 评论 -
Android 文件操作总结
在android中的文件放在不同位置,它们的读取方式也有一些不同。 本文对android中对资源文件的读取、数据区文件的读取、SD卡文件的读取及RandomAccessFile的方式和方法进行了整理。供参考。 一、资源文件的读取: 1) 从resource的raw中读取文件数据: [java] view plaincopy转载 2015-08-12 11:06:34 · 326 阅读 · 0 评论 -
Android 用canvas画图
1原创 2016-06-20 09:16:24 · 313 阅读 · 0 评论