Trim
Trim

Reputation: 373

Need to make my android application interact with a site I own and run

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

Answers (1)

harmanjd
harmanjd

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

Related Questions