P
P
Peter Bishop2014-12-10 13:28:41
Android
Peter Bishop, 2014-12-10 13:28:41

Creating iframe app for android?

How to create an application through Android Studio that contains a local html5 page through an iframe? Well, I saw an example on the gita, a YouTube iframe, but if this is a local page, how is it? Well, for example (C: windows/document/index.html, if it's not clear yet)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Volegov, 2014-12-10
@EagleMoor

There is a WebView component, which makes it possible to show the browser to the resource you need and most likely the file.
I would make some dynamics with local files, or rather, download some archive from the site with the offline version of the site and unpack it on the device, and then show it through WebView.
PS The component may be called differently, but I think the principle is clear.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question