android-async-http post request with body
问题 It's require to realize a function that user can send feedback to the server in the app.And I use the asynchttpclient in the app.But I don't know how to do this.anyont knows how to do please tell me,thank you very much. Here is the requirement: use post request with body(there is a parameter suggestion content) api:api/user/feedback?company_id=&access_token= While I check the post method of asynchttpclient,I just found the following methods: public RequestHandle post(String url,