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

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -