| android Programming Glossary: str.substringAndroid Bug? : String.substring(5).replace(?œâ€? ?œâ€? // empty string http://stackoverflow.com/questions/16475317/android-bug-string-substring5-replace-empty-string  str System.out.println str.replace  System.out.println str.substring 5 System.out.println str.substring 5 .replace  System.out.println..  System.out.println str.substring 5 System.out.println str.substring 5 .replace  System.out.println str.substring 3 8 System.out.println.. str.substring 5 .replace  System.out.println str.substring 3 8 System.out.println str.substring 3 8 .replace  System.out.println.. 
 Displaying More string on Logcat http://stackoverflow.com/questions/4655861/displaying-more-string-on-logcat  static void longInfo String str if str.length 4000 Log.i str.substring 0 4000 longInfo str.substring 4000 else Log.i str   share improve.. 
 Android Bug? : String.substring(5).replace(?œâ€? ?œâ€? // empty string http://stackoverflow.com/questions/16475317/android-bug-string-substring5-replace-empty-string   Here is my code String str just_a_string System.out.println str System.out.println str.replace  System.out.println str.substring 5 System.out.println str.substring 5 .replace  System.out.println str.substring 3 8 System.out.println str.substring 3 8.. System.out.println str System.out.println str.replace  System.out.println str.substring 5 System.out.println str.substring 5 .replace  System.out.println str.substring 3 8 System.out.println str.substring 3 8 .replace  System.out.println sdajndan.. str.replace  System.out.println str.substring 5 System.out.println str.substring 5 .replace  System.out.println str.substring 3 8 System.out.println str.substring 3 8 .replace  System.out.println sdajndan .substring 5 .replace  and here is the output.. 
 Displaying More string on Logcat http://stackoverflow.com/questions/4655861/displaying-more-string-on-logcat 
 |