All Questions
3 questions
-2
votes
2
answers
11k
views
What are the possible *root causes* of a SocketTimeoutException?
I understand that a SocketTimeoutException (I'm in Java, but I guess it's the same in just about every major language) happens after a server or client doesn't respond after a period of time, let say ...
0
votes
1
answer
67
views
Optimising network data usage in vehicle tracker
I'm currently working on an Android application that broadcasts the location of the device every 5 seconds.
Pseudo showing current app process:
deviceLocation = getLocation()
if (hasChanged(...
3
votes
2
answers
5k
views
Realtime (almost) bidrectional communication in Java
I will explain the context of the problem first. For a University project I'm going to implement an Android application. The Android application (and others) will be able to send data to a remote ...