Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Thanks for the idea. So, having the method, I invoke in the onSuccess? Something like this? makePostRequest(url,"name:name,email:email",getApplicationContext()); Commented Jun 17, 2016 at 8:04
  • Okey, it's getting clearer :) The AsyncTask i put in the onSuccess, or I don't need to use AsyncHttpClient anymore? What I am trying to do is bost the body of the resuest in mocky.io. Thanks a lot for the help! Commented Jun 17, 2016 at 8:27
  • You don't have to use AsyncHttpClient anymore :) Commented Jun 17, 2016 at 8:38