- Android Official Developer Site: http://developer.android.com/index.html
- Android Unrooting and Jailbreaking. after done you have the super user root access, then you can check all the details locked by default. like check the files and folder layout of System. pull the Apk of apps installed in your device and do some reverse engineering. etc. http://ilikemygooglephone.com/2010/01/06/complete-guide-with-images-unlock-bootloader-and-root-google-nexus-one-mac-windows-linux/
- Android drawable resources, If you are not an Artist , a nerd instead. check this out, here is all the resources link in Android library. http://androiddrawableexplorer.appspot.com/
- i.e when you have a preference, want to give it an icon, just pick up one from the link,do some coding like this
- android:icon="@android:drawable/ic_media_pause" here android means android package, drawable is the resource folder, ic_media_pause is the key you get it from the link
- Android draw and get your layout, GUI. it's a java app, and runs on major platform. http://www.droiddraw.org/
No comments:
Post a Comment