Getting response out of AsyncHttpClient
Im using this lib: http://loopj.com/android-async-http/ to make all my
requests && The biggest thing currently making my code messy is that I
havent been able to successfully get my Async Http Request Responses out
of onSuccess() so that the data is available to the rest of the class
freely. Up till this point I have been parsing all my request responses
inside the curlys of my responsehandlers onSuccess(){}
I came across this post on Stack:How to get the result of OnPostExecute()
to main activity because AsyncTask is a separate class?
but have yet to get it to work with this lib.
No comments:
Post a Comment