摘要:
android开发过程中突然发现的warningEditText 报出 “This text field does not specify an inputType or a hint”原因:EditText需要指定默认输入类型加入android:inputType="number|phone",表... 阅读全文
摘要:
一、Android搭建开发环境(一)、工具准备原文地址:http://www.open-open.com/lib/view/open1386252535564.html1.下载JDKJDK即Java Development Kit(Java开发工具包),包括JAVA运行环境,基础类库和JAVA工具,... 阅读全文