Viren Savaliya
Blog completely focused on android question-answer.
Monday, November 28, 2011
URL validation for android
// include
import android.webkit.URLUtil;
public boolean URLValidation(String string) {
return URLUtil.isValidUrl(string);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
content -->
No comments:
Post a Comment