How to use NumberFormat Class in Android? – Rounding a number in android, formatting, getting decimal values etc in android. By James | October 14, 2012 1 Comment
All about ArrayList – Android. By James | October 12, 2012 1 Comment Download complete tutorial PDF from here. Please check the LogCat for Output.
How to split a String in ANDROID? By James | May 5, 2011 0 Comment Hi all….. Splitting a string in android is really easy.checkout the following snippet. Check the Logcat for output. Note: Make sure to put the escape character before the delimiter for splitting,otherwise the output may be each character.
Load html string into WebView in android By admin | September 13, 2010 2 Comments This sample code helps you to load html from a string and from a file into webview in ANDROID.