[android-developers] Re: Displaying HTML Content

2009-01-24 Thread skink
> b) files: The ContentProvider's openFile() method returns a > ParcelFileDescriptor, which can only be created from a Socket or a > File.  I have neither, I have an InputStream.  So it seems there's no > way to return the image and style data from a ContentProvider anyway. i had *exactly* the sa

[android-developers] Re: Displaying HTML Content

2009-01-24 Thread Mark Murphy
katre wrote: > I initially assumed I could create a WebView and use that to display > my HTML, but there seems to be no way to also pass in the style and > image resources. Some posts I saw suggested creating a > ContentProvider, but this has a few problems for me: > a) security: I want to keep a