Hi,
I need to make the B4i version of a B4a app, but I can't find all the equivalent libraries and some code parts. Can someone help me find what I need or suggest me another way to get the same result?
I'm using these libraries:
- QRCodeReaderV102, "BitmapCreator", "Bytes Converter" to scan and create QR codes.
- GeoLocation, GPS, and "RuntimePermissions" to get the location of the user when scanning a QR code.
I'm also looking for the equivalent of:
and:
I see that there is "parser.NextObject" but the IDE gives me a warning when I try to assign the returned value to a string. I wonder if that's ok.
I need to make the B4i version of a B4a app, but I can't find all the equivalent libraries and some code parts. Can someone help me find what I need or suggest me another way to get the same result?
I'm using these libraries:
- QRCodeReaderV102, "BitmapCreator", "Bytes Converter" to scan and create QR codes.
- GeoLocation, GPS, and "RuntimePermissions" to get the location of the user when scanning a QR code.
I'm also looking for the equivalent of:
Write file in DirDefaultExternal:
File.WriteList(File.DirDefaultExternal, "File.txt", List)
jsonparser nextvalue:
Dim parser As JSONParser
parser.NextValue