How to show web page in my app?

后端 未结 2 1871
自闭症患者
自闭症患者 2021-02-07 21:07

I need to send from server side simple web pages (with images) some how (mht, or zipped web page folders) and show it on UI of my Android application without browser control, ca

2条回答
  •  星月不相逢
    2021-02-07 22:00

    You can use the WebView which is an HTML rendering engine that can be dropped into your application just like any other view. It isnt a full browser though, so you control it from your own application logic.

提交回复
热议问题