2015年12月16日

adb 无法启动问题

摘要: 一、情况描述: 我们在使用eclipse开发有时候会出现adb连接异常中,有时候控制台会打印出来 adb connect异常比如会出现下面这样 : [2014-12-18 16:18:26 - ] The connection to adb is down, and a severe erro... 阅读全文

posted @ 2015-12-16 16:54 zerop 阅读(538) 评论(0) 推荐(0) 编辑

2015年12月4日

shape

摘要: 阅读全文

posted @ 2015-12-04 16:20 zerop 阅读(144) 评论(0) 推荐(0) 编辑

2015年12月3日

android studio 快捷键

摘要: Alt+回车 导入包,自动修正Ctrl+N 查找类Ctrl+Shift+N 查找文件Ctrl+Alt+L格式化代码Ctrl+Alt+O 优化导入的类和包Alt+Insert 生成代码(如get,set方法,构造函数等)Ctrl+E或者Alt+Shift+C最近更改的代码Ctrl+R 替换文本Ctrl... 阅读全文

posted @ 2015-12-03 22:45 zerop 阅读(128) 评论(0) 推荐(0) 编辑

2015年12月2日

User interface

摘要: Styles and Themesvalue/style mainactivity.xml 阅读全文

posted @ 2015-12-02 19:02 zerop 阅读(228) 评论(0) 推荐(0) 编辑

2015年11月30日

动态生成linearLayout

摘要: LinearLayout linearLayout=new LinearLayout(this); linearLayout.setOrientation(LinearLayout.VERTICAL); LinearLayout.LayoutParams param= new Lay... 阅读全文

posted @ 2015-11-30 11:50 zerop 阅读(369) 评论(0) 推荐(0) 编辑

2015年11月29日

跳转到下一个activity

摘要: /* * 第一个跳转代码 */ button.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { Intent intent=new Intent(); intent.setClas... 阅读全文

posted @ 2015-11-29 21:08 zerop 阅读(207) 评论(0) 推荐(0) 编辑

导航