android
liuqzan
这个作者很懒,什么都没留下…
展开
-
Custom Android Window Title
Custom Android Window Title Changing the window title in an Activity or globally across your entire application seems simple enough, but there is very little cohesive documentation for making it...原创 2010-12-14 11:13:20 · 131 阅读 · 0 评论 -
android emulator启动超级慢解决方法
手动写一个bat --》 emulator.exe -cpu-delay 0 -no-boot-anim -avd avd原创 2011-07-01 14:43:13 · 1004 阅读 · 0 评论 -
使用ant优化android项目编译速度,提高工作效率
在通常的Android大中型项目开发中,使用Eclipse进行android项目的开发有如下不便之处:1、Android项目编译周期长,编译项目命令取消困难2、在进行Android项目的编译的同时,Eclipse锁定工作区不能进行修改操作3、在只进行资源文件的修改时,Eclipse对资源文件的修改会导致整个项目的编译,在无法打开自动编译模式下,极为不便对项目进行分包处理后...2011-03-10 12:09:12 · 174 阅读 · 0 评论 -
在Eclipse中查看Android SDK源码
在SDK目录下面的platforms\android-X\ 建立sources 目录,从网上下载相应SDK源码于sources目录下。更新Eclipse中相关Android项目,即可查看SDK源码!一个2.2 SDK源码传送门: http://www.down2mobile.net/down.php?fid=438 ...原创 2011-03-14 10:34:02 · 173 阅读 · 0 评论 -
为TextView添加上下边框
In android 2.2 you could do the following.Create an xml drawable such as /res/drawable/textlines.xml and assign this as a TextView's background property.<TextViewandroid:text="My text with ...原创 2011-03-14 11:19:07 · 1698 阅读 · 0 评论 -
How to re-sign an existing android system app after modifing it
as the mm will automatic sign the apk files with a debug signing .so i can't sign apk file created by use the mm command ..and I find I can't build the android system project immediately with a...2010-11-15 20:20:35 · 105 阅读 · 0 评论 -
Android 中的 BACK 和 HOME 按钮的区别
Navigating Away from an Activity with BACK and HOME keysAn activity can keep or lose its state depending on how the user leaves the activity — by the HOME or BACK key. By default, pressing the B...原创 2010-12-02 14:24:40 · 365 阅读 · 0 评论 -
Design TIps for Android Application Designers
Design TipsThe following are tips and guidelines for application designers and developers. When writing an activity that won't be re-used, don't specify intent filters — use explicit intentsIf y...原创 2010-12-02 14:46:23 · 284 阅读 · 0 评论 -
[转]adb shell 无法启动 (insufficient permissions for device)
使用adb shell出现错误:error: insufficient permissions for device解决:[calvin@calvin-desktop ~ 23:31:18 ] $ sudo -ssudo -s:执行环境变数中的 SHELL 所指定的 shell ,或是 /etc/passwd 里所指定的 shell 即相当于 sudo /bin/b...原创 2011-10-05 21:01:06 · 129 阅读 · 0 评论 -
ant 优化android 项目编译第二波,simple编译项目只需1分钟
由于第一次的脚本在改动java文件后仍需约五分钟,现进行第二次优化,上片请进 http://liuqzan.iteye.com/blog/951995 分析:编译耗时主要在资源文件引用的生成和资源文件的打包与二进制处理流程中对于一个只修改了java文件的项目而言,无需重新执行资源文件的打包与二进制流程上一个ant 在只修改了java文件的时候编译仍需5mi...2011-03-15 13:58:32 · 152 阅读 · 0 评论 -
Recommend blog about android
http://letsgoustc.spaces.live.com/blog/原创 2011-03-28 16:20:15 · 95 阅读 · 0 评论 -
自定义 Theme 改变 系统全局样式
转自:http://www.androidworks.com/changing-the-android-edittext-ui-widgetChanging the Android EditText UI WidgetSummary:This article should be useful to people who want to customize the defaul...原创 2011-03-30 16:44:59 · 374 阅读 · 0 评论 -
更新Android SDK, 升级ADT遇到的问题总结
本文能解决的问题: 1.android sdk, ADT (Android SDK tools) 升级至16, SDK升级4.0 2.Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connection to http://10.159.192...原创 2011-12-24 15:18:11 · 139 阅读 · 0 评论 -
使用GDB调试Android NDK开发的程序
对于使用NDK编译出来的工具除了so库文件外,会会有gdbserver和gdb.setup文件,方法为 1. 在PC的命令提示符下进入ndk根目录,执行ndk-build NDK_DEBUG=1 这样,将会强制生成debug调试版的文件,将设我们NDK工程名为 cwj-test ,这里要说明的是编译出来的库文件在libs目录下是没有符号的,我们要obj下的文件,否则symbol无法正确加载...原创 2011-12-24 16:03:22 · 130 阅读 · 0 评论 -
android ndk source code
http://android.yongbok.net/repository/frameworks/base/core/jni/原创 2011-12-30 00:12:58 · 182 阅读 · 0 评论 -
android opengl lifecycle with ndk
http://www.brokenteapotstudios.com/android-game-development-blog/2011/05/opengl-es-20-integration-with-the-ndk-and-the-android-application-lifecycle.html原创 2012-01-04 10:29:55 · 75 阅读 · 0 评论 -
gdb cannot exec /bin/sh on android local terminal
http://letsgoustc.spaces.live.com/Blog/cns!89AD27DFB5E249BA!943.entry Cross-compile GDB 6.8 for AndroidStep1: Download gdb and arm cross-compile toolchain.ftp://ftp.gnu.org/gnu/gdb/...原创 2012-01-08 23:52:27 · 313 阅读 · 0 评论 -
GDB调试精粹及使用实例
一:列文件清单 1. List (gdb) list line1,line2 二:执行程序 要想运行准备调试的程序,可使用run命令,在它后面可以跟随发给该程序的任何参数,包括标准输入和标准输出说明符(<和>)和外壳通配符(*、?、[、])在内。 如果你使用不带参数的run命令,gdb就再次使用你给予前一条run命令的参数,这是很有用的。 利用set a...原创 2012-01-09 00:58:14 · 74 阅读 · 0 评论 -
opengl and blender in action
http://adampreble.net/blog/2011/02/from-blender-to-iphone/原创 2011-06-28 17:49:35 · 247 阅读 · 0 评论 -
box2d 文档及Physics 相关知识
http://www.box2d.org/manual.html http://chrishecker.com/Physics_References原创 2011-02-25 14:59:34 · 119 阅读 · 0 评论 -
默认的Android Dialog 样式
<!-- Default theme for dialog windows and activities, which is used by the {@link android.app.Dialog} class. This changes the window to be floating (not fill the entire screen), an...原创 2010-12-14 11:19:16 · 259 阅读 · 0 评论 -
Set the Proxy for the Android Emulator
1. adb shell2. sqlite3 /data/data/com.google.android.providers.settings/databases/settings.db3. sqlite> Insert into system values(99,'http_proxy','httpproxy:prot');4.exit原创 2010-12-15 16:08:41 · 90 阅读 · 0 评论 -
Android Emulator的使用
Android Emulator是一款功能非常齐全的模拟器,电话本、通话等功能都可进行模拟。甚至其内置的浏览器和Google Maps都可以联网。用户可以使用键盘输入,单击模拟器按键输入,甚至还可以使用鼠标单击、拖动屏幕进行操作。 1.模拟器和真机的不同之处 * 不支持呼叫和接听实际来电,但可以通过控制台模拟电话呼叫(呼入和呼出)。 * 不支持USB连接。 ...原创 2010-12-28 13:27:52 · 512 阅读 · 0 评论 -
另类Android onClickListener 使用
public class CupcakeListener implements OnClickListener{ public CupcakeListener(){ // icons findViewById(R.id.Home).setOnClickListener(this); ...原创 2011-01-11 16:59:16 · 120 阅读 · 0 评论 -
button selector 样式
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="false" android:state_focused="false" android:drawable="@drawable/list_normal_ui2" />原创 2011-01-11 17:02:04 · 120 阅读 · 0 评论 -
几个 学习Android游戏的网站推荐
1.OPENGL-ES http://blog.jayway.com/2009/12/04/opengl-es-tutorial-for-android-%E2%80%93-part-ii-building-a-polygon/2. OPENGL_ES http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=023.Android 游戏...原创 2011-01-26 14:25:28 · 125 阅读 · 0 评论 -
Ubuntu 10.04环境下载&编译Android-2.1_r2源代码<转>
前言本文叙述了如何从零开始搭建基于Google官方Android 2.1-r2源码的开发环境,包括如何下载源代码、编译源代码,以及在模拟器中运行编译生成的镜像。文中开发机是基于Ubuntu 10.04的,同样适用于其他版本的Ubuntu。 2. 下载JDK 1.5编译Android源码需要JDK1.5版(...原创 2010-10-17 21:08:00 · 137 阅读 · 0 评论 -
ubuntu 10.10 32bit 到64bit环境 build android source 应注意Required Packages 否则极可能编译不成功...
The Android build requires a 32-bit build environment as well as some other tools:Required Packages: Git, JDK, flex, and the other packages as listed above in the i386 instructions:JDK 5.0...2010-10-20 16:49:44 · 96 阅读 · 0 评论 -
关于如何访问developer.android.com <转>
在水木上看到的,用这个URL就可以了:http://androidappdocs.appspot.com/index.html据说是域名跳转的服务器被墙了另外http://www.google.com/codesearch也是个好地方,如果上不了把.com换成.hk或者别的试一试吧...原创 2010-10-21 15:36:06 · 332 阅读 · 0 评论 -
Android 实现多个Audio文件的顺序播放
最近开发Android通讯录播报号码时需用到播放多个连续音频文件,用传统的MediaManager无法满足复杂性需求,而SoundPool则满足,于是写了一个SoundPool的管理类SoundManager管理音频的播放。代码如下:package com.yous365.android.util;import org.xml.sax.SAXException;im...2010-11-04 17:53:37 · 2056 阅读 · 0 评论 -
从IPHONE 游戏获得Opengl es 经典教程
http://iphonedevelopment.blogspot.com/2009/04/opengl-es-from-ground-up-part-3.html 他山之石,可以攻玉!http://www.techconficio.ca/Blog/files/OpenGL_ES_multiTex_example.html multiTex_example ...原创 2011-01-31 17:22:41 · 76 阅读 · 0 评论 -
object 3d模型文件到openGl ES 的数据文化转化
http://heikobehrens.net/2009/08/27/obj2opengl/原创 2011-02-11 17:16:23 · 93 阅读 · 0 评论 -
另外一个可访问android 开发者网站,代理实现
有没搞错。。androidappdocs.appspot.com都不让访问,靠,幸亏还有别的。强烈抗议 :( http://developer.android.com.nyud.net/index.html原创 2011-02-12 15:10:59 · 66 阅读 · 0 评论 -
EGL接口介绍(转)
EGL 是 OpenGL ES 和底层 Native 平台视窗系统之间的接口。本章主要讲述 OpenGL ES 的 EGL API ,以及如何用它创建 Context 和绘制 Surface 等,并对用于 OpenGL 的其他视窗 API 做了比较分析,比如 WGL 和 GLX 。本章中将涵盖如下几个方面: EGL 综述 EGL 主要构成( D...原创 2011-02-12 15:32:26 · 126 阅读 · 0 评论 -
使用Mercurial从Google Code获得 项目源代码
在Google Code上看到一个心动的项目源代码? 想要获得它。千万不要一个文件一文件的复制它!!因为你可以用Mercurial 轻松获得它们。。有每个项目源代码下面有使用Mercurial路径 hg clone https://andengine.googlecode.com/hg/ andengine...原创 2011-02-18 10:58:18 · 128 阅读 · 0 评论 -
极品Opengl ES 教程
http://duriansoftware.com/joe/An-intro-to-modern-OpenGL.-Table-of-Contents.html http://code.google.com/p/android-gl/source/checkouthttp://www.anddev.org/tut-sequence_android_gl_-_learning_opengl_f...原创 2011-02-22 16:38:37 · 94 阅读 · 0 评论 -
3d资料记录
World, View and Projection Matrix Unveiled http://robertokoci.com/world-view-projection-matrix-unveiled/原创 2011-09-23 10:36:21 · 164 阅读 · 0 评论 -
jmonkey sdk 3 support android
http://jmonkeyengine.org/groups/android/forum/topic/android-tutorials/原创 2011-12-05 00:29:33 · 212 阅读 · 0 评论