Reputation: 339
I need some advice and I am fairly new to Android Development.
There is a website that acts as a dashboard UI to access all the data being housed in a SQL database. The company had previously hired a developer to build iOS software that communicated with this remote database via iPad, iPhone etc. Well now they are looking to build an Android compatible application. I am hoping that the previously built web service file(s) are able to be re-used for the Android application. They will be using REST/JSON to send/receive info. However they are no longer in contact with the iOS developer. So although we have backend access to all the files we have no idea where the web service file(s) are located or how they were labeled. So my questions:
Will the web service files be reusable for REST/JSON data transfer? The company believes they were written in PHP.
There are a lot of files and it might take quite a while to find the web service file(s). Even if they are reusable would it be smarter to just start from scratch?
When I finally figure out the first two questions the most basic one remains, am I making http requests to the website URL i.e. "something.com/webservicefile.php" or the control panel URL i.e. "10.29.293.393/webservicefile.php"?
Because I'm a novice I understand I might not be asking the right questions, so if more info is needed please just drop a comment and I'll do my best. Thanks for the help/advice. Links are welcomed.
Upvotes: 0
Views: 71
Reputation: 26584
Upvotes: 1