You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[For the updated code click here!](https://github.com/hmkcode/Android/tree/master/android-http/post-json)
2
2
3
-
Sending data to the cloud is a common task. Here we will consume an open REST service to practice sending data to the server in JSON format . We will use `HttpURLConnection` to POST JSON data to the server. Then, we can verify that our request is successful by going to this [page](http://hmkcode.appspot.com/post-json/index.html)
0 commit comments