Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかの wcf サービスを使用し、データをユーザーに視覚化する Android アプリケーションを開発しています。バッファリングされたメッセージを交換する KSOAP2 を使用してサービスに接続します。
問題は、一部のサービスが大量のデータを返すため、これを行う唯一の方法は、streamedRespose を介して、ユーザーへのデータの遅延読み込みを行うことです。
私の質問は、wcf Web サービスから ksoap2 でストリームを受信して使用する方法です。