原创 How to config your SDK

If you need to config your environment of SDK. I think you'd better follow the steps below.  Notice, this is for the UB

原创 If you cannot find the language support

If you cannot find the language support and you configured the details of it .May be you installed the im-xxx You can i

原创 Android Debug

Android Debug There are several ways to debugyour android app. Traceview 1.      Insert the code to the part you want

原创 Install jdk on Ubuntu

This passage is from :http://ubuntuhandbook.org/index.php/2014/02/install-oracle-java-6-7-or-8-ubuntu-14-04/ This simpl

原创 init of android (part of )

What will init do? ·        Init creates the zygote. ·        Init supply property service to manage theproperty of and

原创 Android Activity Study

The defination of Activity: An activity is an application component that provides a screen with which users can interac

原创 Android Bluetooth

The process to connect to bluetooth: scan -> connect -> discoverService -> get characteristic -> read or write the char

原创 Launcher of Android

Analyze the Launcher in Android It’s based on the android 4.0.3. You can find the configuration ofthe Launcher in /LINU

原创 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 andro

原创 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 Lin