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
as far as I know android supports java 5 , so there is no isEmpty(); you can use length() to simulate isEmpty()
isEmpty();
length()
isEmpty()