Android Question one String to 3 variables

Fillmore

Member
Licensed User
Longtime User
Hi,

It's certainly a newbe question but... I don't found the answer.

I want to scan a QRcode with 3 datas :

number, summary and coordinates

The format could be :

"23;brocken wall;41.2356564;18.45654654" (for example)

How can i put number in a variable called "number"
Summary in "Summary"
and coordinates in a location object.


I tried with stringsutil, but no issue founded...


Thanks for give me an advice !

Fred
 
Top