Answer the question
In order to leave comments, you need to log in
How to synchronize web application and android application in java?
Hello.
I am planning to create two applications in java.
Web application and android application.
The web application parses the data, performs calculations, and adds it to the database. And the android application makes a request for this data, also makes a request for editing and adding new data. The amount of data is average, up to 5000 records (text, numbers, pictures, links). It is necessary that these two applications are synchronized with each other. But I don't know how to implement it. As I understand it, you need to use a web server, and so that both applications make requests to it. Do you need a database in this case? Which database and web server to choose? How to establish a connection between a web server and a database?
Answer the question
In order to leave comments, you need to log in
Do you need a database in this case?
How to establish a connection between a web server and a database?
I imagine the project architecture as follows:
Service-process, which
parses data, performs calculations and adds to the database.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question