
Android
glenhzheng
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
init of android (part of )
What will init do?· Init creates the zygote.· Init supply property service to manage theproperty of android.· Init will wait for some events, especially forsocket and proper原创 2014-12-16 13:45:08 · 370 阅读 · 0 评论 -
Android Activity Study
The defination of Activity:An activity is an application component that provides a screen with which users can interact in order to do something , such as dial the phone, send an email, or view a gr原创 2015-06-16 08:23:21 · 401 阅读 · 0 评论 -
Android Bluetooth
The process to connect to bluetooth:scan -> connect -> discoverService -> get characteristic -> read or write the characteristicCompared with Bluez, the Bluedroid has several advantages:1.cl翻译 2014-12-15 13:37:45 · 2256 阅读 · 0 评论 -
Bluetooth
BluetoothAndroid provides a default Bluetooth stack, BlueDroid, that is divided into two layers: The Bluetooth Embedded System (BTE), which implements the core Bluetooth functionality and the Bl转载 2014-12-15 12:40:08 · 435 阅读 · 0 评论 -
Android code in Eclipse
If you want to view the code in Eclipse, you need to import it to the eclipse.1, Copy android-formatting.xml and android.importorder , as well as .classpath to the source directory.In the classpat原创 2014-12-12 13:13:33 · 405 阅读 · 0 评论 -
Android Debug
Android DebugThere are several ways to debugyour android app. Traceview1. Insert the code to the part you want to debug. Debug.startMethodTracing(“calc”);//calc is the name of the debug原创 2014-12-24 11:13:16 · 332 阅读 · 0 评论 -
Launcher of Android
Analyze the Launcher in AndroidIt’s based on the android 4.0.3.You can find the configuration ofthe Launcher in /LINUX/android/packages/apps/LauncherIn /res/xml/default_workspace.xml,you can fin翻译 2014-12-17 14:32:52 · 916 阅读 · 0 评论 -
Zygote (深入理解android 卷1)
Zygote is just one Native’s app. It is created by theinit.rc. First, zygote’s name is app_process before. After the Linux’s pctrlcalling changed to zygote.Zygote creates vm and system_server.In翻译 2014-12-16 16:01:35 · 505 阅读 · 0 评论