I am developing an app in which the user needs to download videos, pdf, and images from our server. The server response is base64binary data. I am able to download small videos but getting out of memory exception while handling large video or pdf files. I saw the post Android: out of memory exception in Gallery and Very large SOAP response - Android- out of memory error but I didn't find any solutions.
The error I am receiving is in the line.. HttpTransportSE.call(soapAction, soapEnvelope) method.
How can I tackle this situation and download the files.