Reputation: 373
I need to make my app access my website and modify it when it gets new input. I've had people say use JSON or XML, and I know how to use xml files, but how would I make my app use and modify the xml file?
Upvotes: 0
Views: 236
Reputation: 1954
Expose the functionality of your website as REST service calls that your app on the phone can use to query and modify the data.
Upvotes: 1