
【Android之应用开发】
SoloLinux
专注Kernel,GPU Driver,ROCM,CPU, Power/Performance开
展开
-
线性布局Linerlayout-计算器布局实现
线性布局Linerlayout-计算器布局实现学习原创 2015-09-12 14:29:52 · 1025 阅读 · 0 评论 -
Intent的一些用法
Intent用法实例 1.无参数Activity跳转 Java代码 Intent it = new Intent(Activity.Main.this, Activity2.class); startActivity(it); Intent it = new Intent(Activity.Main.this, Activity2.clas转载 2013-12-19 17:32:48 · 1465 阅读 · 0 评论 -
eclipse 增加cpp 语法高亮插件
Installation is simple. Drop the jar into your Eclipse plugins directory. (No need to unzip if you're using > Eclise 3.1). For example c:/apps/eclipse/plugins. Restart Eclipse, once Eclipse is r原创 2014-06-03 01:05:40 · 2350 阅读 · 0 评论 -
Android 的 Recovery 分析
Android 的 Recovery 模式分析 Recovery Binary: (http://wenbind.blogcn.com/) Recovery Binary 是 Android 进入 Recovery 模式所运行的程序,实现了 Recovery 模式下的功能。它由目录 bootable/recovery 下的源代码编译生成。头文件 bootable/re转载 2012-02-09 15:54:08 · 1014 阅读 · 1 评论 -
利用GSensor让屏幕实现360度旋 ...
http://www.iteye.com/wiki/blog/812749 在Android的Settings->Sound andDisplay中有Orientation这一设置项。当选中时,反转手机,手机屏幕会随之旋转,一般只可以旋转90度。 这一settings设置是在转载 2011-10-09 11:33:55 · 1107 阅读 · 0 评论