i have a string called CurrentString and is in the form of something like this "Fruit: they taste good". i would like to split up the CurrentString using the : as the delimiter.so that way the word "Fruit" will be split into its own string and "they taste good" will be another string.and then i would simply like to use SetText and 2 different textviews to display that string.
what would be the best way to approach this?