Published at: 2018-07-22 22:38:44
To test the Java socket server I've created days before, I decided to write an Android application. The main function of this application is to upload the GPS information
To test the Java socket server I've created days before, I decided to write an Android application. The main function of this application is to upload the GPS information
Since the goal is to create a common Socket server, which means it can be used in very different occasions, I need a good structure to support it.