liveservices/LiveSDK-for-Android

NonUI Thread CallBacks

mehmet6parmak opened this issue · 0 comments

What about calling callback methods in non-ui thread while keeping onPostExecute callbacks?

When i try to synchronize multiple requests sent to live server i cannot synchronize them since both the request and completion callbacks called in UI thread.