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, can someone advice my how to proceed with that on Android device?
Share
To show a web page in your app, there are two ways to do it: use the default Browser of Android, or use a
WebView. For the second one, you can do this:layout XML :
In your layout Xml, define an
WebViewlike this: