Hi,
Im currently developing my first major Android project,
One of the aims is display offline webpages after other navigations and views are completed.
Instead of parsing an entire html file and creating a custom view to display it
i am wondering if android now offers a way to open up a html page which resides on the sdcard,
I have came across someone mentioning it is now possible with 2.1, file://sdcaard etc..
Can someone confirm this please and if possible provide a line of code in which the default broswer can be launched within an app giving a supplied local url which resides on the sdcard.
Thanks in advance.
Sean.