How should I handle server timeouts and error code responses to an http post in Android App?

后端 未结 3 1701
灰色年华
灰色年华 2021-02-04 18:25

My Android App does http posts to URLs like http://example.com/abc.php?email=abc@xyz.com So the Android App basically talks to PHPs on the server side and receives JSON response

3条回答
提交回复
热议问题