Hello
I checked the b4a verison of xmlsax . It uses
to parse the xml. I have a remote xml file. Should i use httputils to download the file to a location on my phone and use the same code as above ? if yes can you post an example line for
(File.Copy2 with Job.GetInputStream) for this purpose ?
TY
I checked the b4a verison of xmlsax . It uses
B4X:
Dim in As InputStream
in = File.OpenInput(File.DirAssets, "rss.xml")
parser.Parse(in, "Parser")
in.Close
to parse the xml. I have a remote xml file. Should i use httputils to download the file to a location on my phone and use the same code as above ? if yes can you post an example line for
(File.Copy2 with Job.GetInputStream) for this purpose ?
TY
Last edited: