That sounds good. However, if html files in sdcard has links to images, js or CSS file also in sdcard, how to get these files? If these files are in assets directory, there will be no issue. What I try to find is that are there any Uri or content provider or resources that make accessing files in sdcard just like access files in assets directory.
Thanks, Senshan On Oct 1, 7:01 pm, "Chris Chiappone" <[EMAIL PROTECTED]> wrote: > Yeah that should be relatively simple. List the contents of the > SDCard and find your file. Then create a WebView and use the > loadData() method to load the data as a string. > > ~chris > > On Wed, Oct 1, 2008 at 3:08 PM, Billsen <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Is it possible to load html file into WebView? If yes, how? > > > Thanks, > > Senhsan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

