Suppose I have an app on android or ios
I have a system done in java and e to publish data that will be downloaded from the internet by the application. All of this is inside a web server
How do I communicate between system and application?
- Do I make HTTP requests directly on the server?
- Build a webservice to communicate system and app?
I do not have development skills in any of the languages, I just want to understand how theory development works