androidapp-inventor

XML parsing in MIT App Inventor


I was trying to make an app which has a component that will make an HTTP request and receive a XML file. I need to parse the file to display some data. I was using MIT App Inventor. How can I do that using the app inventor? If it is not possible by that approach then how I can do it in traditional manner?

And is it possible to import MIT App Inventor project to another IDE like Eclipse?

Thank you for your time.


Solution

  • You have to hard code it like JSON-

    https://imagnity.com/tutorials/app-inventor/web-component-json-response-on-app-inventor

    No, you can not import in Eclipse.