People would like to know how to make the application that I'm developing authenticate constantly.
For example, watts if you do not have internet access and try to send a message it stays saved and the app is constantly trying to send this message and when you have internet access again, message to server immediately.
In my case my app will have a desktop version of this form I will use the server to synchronize the user information between the two devices, for example the user accesses with his login the Android app and changes his profile image gives the app update this image locally and then send it to the server and when the user opens the desktop version app he downloads this server update and vice versa.
Does anyone know how to do this? I'm using wampserver + php.