English : App Symbian : Free Download App PDenglish-indonesia Jar is indonesia.aplikasi applications english dictionary and make it easier f...
App Symbian : Free Download App CameraSnapShot v1.00 7610 full
English : App Symbian : Free Download App CameraSnapShot v1.00 7610 full .sis - is a camera application symbian v2, the function of this a...
Theme Android : Free Download Theme Holo Colors Theme 1100+ icons v1.3 Apk
Theme Android : Free Download Holo Colors Theme 1100+ icons v1.3 Apk English :Suppots¤ Apex Launcher¤ Nova Launcher¤ ADW Launcher Ex¤ Holo L...
Theme Android : Free Download Theme Stark (adw apex nova icons) v.1.4.8 Apk
English :features : ▪ More than 1225 custom icons!▪ 13 wallpapers included!▪ support the Apex theme▪ support ADW Theme▪ Action Launcher Pro ...
List files in directory with specified type
The example List all 'jpg' files in given directoty: private File[] getJpgFiles(File f){ File[] files = f.listFiles(new FilenameF...
Get bitmap color on touched position in ImageView
Last exercise demonstrate " How to detect touch event and position on ImageView ". It's modified to get bitmap color on the to...
How to Root Galaxy S2 Plus I9105 on Android 4.2.2 XXUBMH4 Jelly Bean Firmware
Non-NFC version of the Samsung Galaxy S2 Plus with model number GT-I9105 has started to receive the Android 4.2.2 Jelly Bean update with fir...
How to Update Galaxy S2 Plus I9105 with Android 4.2.2 XXUBMH4 Jelly Bean Official Firmware
Finally, Samsung has started rolling out Android 4.2.2 Jelly Bean update for the Non-NFC version of Galaxy S2 Plus with model number GT-I910...
Detect touch on ImageView
The example demonstrate how to detect touch event and position on ImageView, by implementing OnTouchListener(). MainActivity.java package co...
How to Root Galaxy Tab 2 10.1 (Wi-Fi) P5113 on Android 4.2.2 Jelly Bean Firmware
U.S. owners of the Samsung Galaxy Tab 2 10.1 Wi-Fi with model number GT-P5113 has just recieved a new software update based on Android 4.2.2...
How to Update Galaxy Tab 2 10.1 (Wi-Fi) P5113 with Android 4.2.2 UEUCMH2 Jelly Bean Official Firmware
Samsung has released the Android 4.2.2 Jelly Bean update with firmware build number P5113UEUCMH2 for the Wi-Fi only version of Galaxy Tab 2 ...
Android Native Development Kit Cookbook
Android Native Development Kit Cookbook A step-by-step tutorial with more than 60 concise recipes on Android NDK development skills Overvie...
Fine tune scaled down bitmap to exact size
Last post genarate a scaled down bitmaps, approximate but not exact size. In order to fine tune bitmap to exact size, we can re-create anot...
How to Root Galaxy Tab 2 7.0 (Wi-Fi) P3113 on Android 4.2.2 Jelly Bean Firmware
The U.S. version of the Samsung Galaxy Tab 2 7.0 Wi-Fi with model number GT-P3113 is now being updated to Android 4.2.2 Jelly Bean. Samsung...
How to Update Galaxy Tab 2 7.0 (Wi-Fi) P3113 with Android 4.2.2 UECMH2 Jelly Bean Official Firmware
The Wi-Fi only version of Galaxy Tab 2 7.0 with model number GT-P3113 has started to receive the Android 4.2.2 Jelly Bean update with firmwa...
Load scaled bitmap
Last post provide UN-RECOMMENDED methods to handle error of 'OutOfMemoryError' and 'Bitmap too large to be uploaded into a text...
Handle error of 'OutOfMemoryError' and 'Bitmap too large to be uploaded into a texture' for images/bitmaps
Before start this post, I have to mention that: IT'S STRONGLY NOT RECOMMENDED TO USE THE APPROACH HERE. In the previous exercise for ima...
Google Play Developer Program Policy Update
As of August 23, 2013, the new Google Play Developer Program Policy (“Content Policy”) will be in effect for all new applications submitted...
Share bitmap between Activities
This exercise demonstrate how to using static Bitmap in a common class in application, to share between activities. Such that, no need to pa...
OpenGL ES 2 for Android: A Quick-Start Guide
OpenGL ES 2 for Android: A Quick-Start Guide Android is booming like never before, with millions of devices shipping every day. It's ne...
Processing on desktop vs Processing for Android
It's the same code run Processing on desktop and Android, with Android Mode. Run on Nexus One: Run on desktop: The example code: void se...