摘要: 此篇文章主要介绍如何在Android Studio中函数如何添加注释,使其和eclipse一样方便的添加注释 Android Studio默认函数注释为 下面方法将要改为如下格式 1 2 3 4 5 /** * * @author zony * @time 15-11-25 下午2:41 */ 1 阅读全文
posted @ 2016-09-28 16:17 johnlis 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 将Android Studio的设置恢复到初始化的方法: 1.删除c盘下的配置文件, 路径为C:\Users\用户名\.AndroidStudio2.2和C:\Users\用户名\.android两个文件夹 2.重新打开Android Studio 阅读全文
posted @ 2016-09-28 16:14 johnlis 阅读(9938) 评论(0) 推荐(0) 编辑
摘要: 首先设置只能输入数字: [html] view plain copy <EditText android:id="@+id/edit_digit_input" android:layout_width="wrap_content" android:layout_height="wrap_conten 阅读全文
posted @ 2016-09-28 16:13 johnlis 阅读(614) 评论(0) 推荐(0) 编辑