I am using QR code and after scanning getting username, eventtitle and ticketcode. I need to get these values separately in three different strings, so that i can save them in sqlite. I want to know only how to do this separation, saving is i can do.
Thanks in advance.
I am using QR code and after scanning getting username, eventtitle and ticketcode. I
Share
Note
If you post what type of string you are getting, i will add how exactly you have to split it.
Below is example how you can split
Or By Character set