OK. I need to pass html from a database to a webview. This wouldn't be
difficult (wv.loadData(html, "text/html", "utf-8); ) but I need it to
be able to parse links (like content://com.android.wiki/wiki/Some_Page)
and load the appropriate page (Some_Page) from the appropriate page
table (wiki).

How would I do this? I believe I should create a custom Uri and modify
the query to get the page from the database. I don't need the
update,insert, or delete functions for the Uri.

Any help would be greatly appreciated.

P.S. as you can probably tell this is for a small android desktop
wiki, I have everything working except this

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to