how can i read characters from a string variable until a special character has reached, for example a ‘/’.it should be read from begining.
and how to send this string to another activity from onItemClickListener() method
how can i read characters from a string variable until a special character has
Share
How about split?
Now, passing the string when you start a new activity is pretty simple:
In the next activity, you call: