I want to build an app which will transmit data(Long, lat, timestamp and SSID) every 60 seconds to the server in the background. The data will stored in the in the database and in case of request it will send response back to the user. Which one is more convenient for this kin of processing HTTPConnection or HTTPClient? which programmatically steps shall I take in consideration to make my Server diel with multiple clients?
I appreciate any help.