In my android application I can\'t use String.isEmpty() function which is situated in JDK 1.6. Android 2.1 lib doesn\'t have this function in java.lang
"".equals(yourString); also gives the same behavior like String.isEmpty();