1

I need to handle chunked json response in android, as and when received. Back-end .net web API will be generating chunked json content and pushing it to client using PushStreamContent (as shown here). Android client need to update received content to UI as and when received. So far I have failed to find any proper way to do this.
Any web content which I can refer to will also do the job.

  • This is bit old question but might help - http://stackoverflow.com/questions/5055199/have-any-android-developers-had-success-receiving-chunked-transfer-protocol-from – dhaval Sep 07 '15 at 11:01
  • Thanks for response. I will try that, but the answer seems to rely on 'large enough buffer' to work. Will it be correct way to achieve this? What if chunk size exceeds that of buffer? – user2527768 Sep 07 '15 at 11:08

0 Answers0