I assume from this answer and others I've been browsing, that there's not really any way to view a PDF document within our own apps?
Essentially, we have to create an Intent and let the device choose how to view the document? On Jan 19, 12:53 pm, Kostya Vasilyev <[email protected]> wrote: > You can save it into a file and fire an ACTION_VIEW for it - to launch > whateverPDFviewer the user has installed on the phone (which can be > one of several possibilities, or even none at all). > > -- Kostya > > 19.01.2011 15:48, cool.manish пишет: > > > Hi, > > > In my application, i am receivingpdfdata in byte stream from the > > server. Is there any way to display it in the application? > > -- > Kostya Vasilyev -- WiFi Manager + pretty widget > --http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

