Searching the elements of a String array, starts with SEARCHTEXT (String) Jack Wednesday, May 16, 2012 2 Searching the elements of a String array, starts with SEARCHTEXT (String) public static ArrayList<String> searchFromStart(String... Read more »
Email Validation Function Jack Wednesday, April 18, 2012 0 Below code shows how to validate an email public boolean validateEmail(String email) { Pattern pattern; Matcher matcher; String EMA... Read more »
Android - Function to convert ImageURL to Bitmap object Jack Monday, September 05, 2011 0 IMAGE URL TO BITMAP Use this function “convertURLtoBitmap” public Bitmap convertURLtoBitmap(String src) { try { ... Read more »