I want to cut a string receiving from a server into parts and have those individual parts shown in the corresponding textView
element.
The first character is the label(1,2,3,4,...) of the string and correct textView element the last one is an identifier that the next character is again the label of another part.
The individual string parts have a length of 8, including the start and end characters.
I'm a complete beginner so any help is appreciated especially if you have some good tutorials.