How-to articles, tricks, and solutions about ANDROID
Android Split string
To split a string in Android, you can use the split() method of the String class.
Converting a string to an integer on Android
To convert a string to an integer in Android, you can use the Integer.parseInt method.