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