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
When I use the Sync Request it works, but i should implement it in an Android AsyncTask class, because I can't make network connection in main thread.
When I try to use the Asynchronous Requests, I'm always getting The request has failed!.
I just changed the completed method to get the Json object instead of inputstream.
Did I miss something?
The text was updated successfully, but these errors were encountered:
When I use the
Sync Request
it works, but i should implement it in an AndroidAsyncTask
class, because I can't make network connection in main thread.When I try to use the
Asynchronous Requests
, I'm always gettingThe request has failed
!.I just changed the
completed
method to get theJson
object instead ofinputstream
.Did I miss something?
The text was updated successfully, but these errors were encountered: