What is the best way to send data to an Android device from a server from an Android application? My current setup:
Postgresql database -> program running on the server machine -> Android device.
I am currently using my own protocol, but in the end I would like my data source to be accessible to the application development community as a whole. Thus, I would like to know the best and simplest options with which I can serve this data.
source share