I’m nots sure if my question is correct. I’m kinda stuck here. I’m geting a response from server which returns InputStream – it’s basically a pdf file
Do I have to write the stream to file, and store it temporarily on the device or can I open it directly somewhow?
I’ve stored a temp file on SD, and then opened with PDF viewer, if there was one installed.