All Questions
2 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(...