My crashed report of Gmail App: Report type: Crash Package name: com.google.android.gm Package version: 360 Package version name: 4.0.5 Installed by: com.android.vending Process name: com.google.android.gm Time: July 8, 2012 Device: GT-I9100 Exception class name: java.lang.ArrayIndexOutOfBoundsException Source method: arraycopy Line number: -2 Stack trace: java.lang.ArrayIndexOutOfBoundsException: src.length=8192 srcPos=1 dst.length=8192 dstPost=0 length=-1 aat java.lang.System.arraycopy(Native Method) at org.kxml2.io.KXmlParser.fillBuffer(KXmlParser.java:1489) at… Read More


WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database. I found WampServer is an easy tool for development PHP app in Windows. But since, I have to upgrade my development environment to match my production server for PHP 5.3.x and MySql 5.5.x, WampServer… Read More


I use Eclipse IDE already for more than 6 years and of course, I won’t use many shortcut keys for my usage but we should also aware what are the hot keys of Eclipse IDE. Here, I use Eclipse 3.7 (Indigo) to introduce you all as following shortcut keys: All in One Ctrl+Shift+L to get… Read More


I just come out from my mind to list down the tips that could help in Java/JDBC and Oracle for better performance. Of course, each of the them could have their own proving but I haven’t yet detailed and judgement could be made by the way, you use. In development, we need a real use… Read More