How do I convert string builder to string array in Android? -


this question has answer here:

i have string builder in android filled data database, , want display data using list view. want covert string builder array of strings. can me in conversion, or suggest me other technique.

here can find link

temparray = sb.tostring().split("abcabc"); split string , return array of strings each line.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

python 3.5 - Pyqtgraph string in x tick -