[android-developers] Re: WebView class from android supports xhtml, html4, html5 ?

2010-10-08 Thread 097
As I know, WebView (1.6 or above) supports XHTML and html4. If you merely want to display text mixed with images, you can write a html4 page. Hope it will help you. :-D On Oct 8, 11:09 pm, Lidia wrote: > Hello, > > Does anyone know if the WebView class from android supports xhtml, > html4, html5

[android-developers] Re: how to save a streaming into SD card?

2010-10-08 Thread 097
I'm afraid you can't at app level. On Oct 9, 12:02 pm, Charlie88 wrote: > hi cindy, > > Do you know how can I save a streaming video from the position the > MediaPlayer is currently playing? > Because since the streaming is already playing, I assume all the > connection is fine. Can I use some sh

[android-developers] Re: How to Add Objects to Sqlite Database

2009-11-18 Thread 097
See details in the docs under /docs/guide/topics/data/data- storage.html and I think you'll find the answer You should implement SQLiteDatabase.CursorFactory interface, and create an SQLiteDatabase instance by calling the static method SQLiteDatabase.openOrCreateDatabase. Details info of SQLiteDat