| |
|
|
Hans Hermann | ¡Hola, zusammen, lo wäre schön, si uno una Website en uno App aufrufen podría, en täglich otro Inhalte a zeigen, sin dass el encima una Navegador passiert (sin Ziel-URL y Berechtigung como Query sichtbar hacer tener). Alles Gute! Hans |
|
|
| |
|
|
|
HofK | Auf developer.android.com findet uno qué dazu. Wär schön, wenn's entsprechend con esta wär:
WebView webview = new WebView(this); setContentView(webview);
Then load the desired web page:
webview.loadUrl("https://slashdot.org/");
// O, you can also load from a HTML cadena: String summary = "<html><body>You scored <b>192</b> points.</body></html>"; webview.loadData(summary, "text/html", null); |
|
|
| |
|
|
|
| Achso,
sí no Sorge algo como va (längst),
puede ser z.B. simplemente una Vollbildbrowser con umsetzen.
Demo-Fuente folgen. |
|
|
| |
|
|