简体   繁体   中英

Display offline html in android app with a tablet

I have to create an android app, that displays an offline html website. Does android sdk have an internal browser control? What kind of dev sw do you recommend to create this basic wrapper?

Read about WebView .

It's built-in webrowser engine and you can use it to your target.

Yes. WebView

http://developer.android.com/reference/android/webkit/WebView.html

This component allows you to specific a local url (file://) if required or even passed the complete html to the load method. Also capable of event handling for more advanced scenarios.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM