上一页 1 ··· 3 4 5 6 7
摘要: (1)修改工作空间的编码方式:Window->Preferences->General->Workspace->Text file Encoding在Others里选择需要的编码方式,然后保存。 (2)修改单个工程的编码方式:右击工程,在弹出的菜单中选择最后一项“Properties”在打开的新窗口 阅读全文
posted @ 2014-10-31 08:22 Matrix_Ran 阅读(319) 评论(0) 推荐(0) 编辑
摘要: Android学习笔记,翻译官帮组文档 阅读全文
posted @ 2014-10-26 22:53 Matrix_Ran 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 为了督促自己能看完这个网站的学习教程,边看边做了些简要的笔记,记录了常用命令,其实也就是自己打了些简单的命令,好多直接就粘贴过来了,也算是一个学习的证明吧,想按详细的教程,还是要去博主的园子学习啊地址是: http://www.liaoxuefeng.com/wiki/001373951630592 阅读全文
posted @ 2014-10-25 22:18 Matrix_Ran 阅读(714) 评论(0) 推荐(0) 编辑
摘要: 在虚拟机上Ubuntu系统里安装ADT开发工具,配置好环境后导入Android工程报错: 找不到Adb命令: ubuntu 12.04 64位设置兼容32位的实现REF:http://www.2cto.com/os/201210/159883.html My configure is as foll 阅读全文
posted @ 2014-10-17 11:35 Matrix_Ran 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 最近开始用Ubuntu系统了,各种命令很不熟练,想收集一下,以便以后查阅,用这个时常更新的随笔 1.Ubuntu设置与修改用户密码 设置ROOT密码方法:sudo passwd root ,然后输入密码即可! // 此方法仅针对root密码尚未设置的情况下 修改root密码的方法:sudo pass 阅读全文
posted @ 2014-10-16 18:39 Matrix_Ran 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 1. 使用步骤: 1.1 声明Intent Intent intent = new Intent("name");------静态常用 IntentFilter filter = new IntentFilter("name");--------动态常用 1.2 注册 1.3 接收:利用action 阅读全文
posted @ 2014-09-30 08:52 Matrix_Ran 阅读(179) 评论(0) 推荐(0) 编辑
摘要: http://www.open-open.com/lib/view/open1328837587484.html LayoutInflater的inflate函数用法详解 LayoutInflater作用是将layout的xml布局文件实例化为View类对象。 获取LayoutInflater的方法 阅读全文
posted @ 2014-09-28 09:33 Matrix_Ran 阅读(212) 评论(0) 推荐(0) 编辑
摘要: Android Guide、SourceCode collection 1.比较对象是否相同 1 /** Checks whether two providers are the same */ 2 private boolean isSameProvider(String provider1, S 阅读全文
posted @ 2014-09-26 10:13 Matrix_Ran 阅读(139) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7