문제

can i embed webpages in my app?

I need to view certain webpages of my company that is save to the app.

My app needs to access certain webpages in my company

도움이 되었습니까?

해결책

Sure. Just add a WebView to your layout and have it load the html from a file locally (either on disk or in assets). This is assuming you don't want to download updates- if you do you need to cache the files locally then load them in the WebView.

다른 팁

One possible solution is to use a Service to download the pages when a connection is detected and cache them as local files on the device.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top