↧
Load html string into WebView in android
This sample code helps you to load html from a string and from a file into webview in ANDROID. String str = Your HTML String; /* use src='file:///android_asset/images/photo_3.jpg' for loading images...
View ArticleHow to check whether GPS is available in ANDROID or Not?
This code helps you to check whether the location service is available on your ANDROID Phone or not. Copy this code and paste to your file. Happy coding….. public boolean GPSAvailable() {...
View Article