简体   繁体   English

我可以在android设备上创建一个基于Web的演示并离线发布吗?

[英]Can I create a Web-based demo on an android device and deliver it offline?

I've created a Web-based demo that lives on my laptop PC so I can deliver it offline. 我已经创建了一个基于Web的演示,该演示可保存在我的笔记本电脑上,因此可以离线提供。 Can I port that demo to an Android-based tablet? 我可以将该演示移植到基于Android的平板电脑上吗?

As my question probably makes all too clear, I've never owned a tablet of any kind, and I know nothing about Android -- but I'm ready to buy an Android tablet if I can store my own Web-based demo on it and run it locally (offline). 我的问题可能很清楚,我从未拥有过任何种类的平板电脑,而且我对Android一无所知-但如果可以在其上存储自己的基于Web的演示,那么我准备购买Android平板电脑并在本地运行(离线)。 Is that possible? 那可能吗?

Thanks for your help!! 谢谢你的帮助!!

是的,您可以创建一个应用程序来浏览与该应用程序一起发布的脱机网页,例如在webview中

It depends on the android version and browser used in any particular tablet, but on standard android you don't have to create any application as the standard browser would be enough. 它取决于任何特定平板电脑上使用的android版本和浏览器,但是在标准android上,您无需创建任何应用程序,因为标准浏览器就足够了。

Just load your files onto the SD card and in the browser open for example file:///sdcard/myapp/index.html 只需将文件加载到SD卡上,然后在浏览器中打开例如file:///sdcard/myapp/index.html

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以在 Android 或基于网络的应用程序上使用 CloudKit 吗? - Can I use CloudKit on Android or web-based app? 我应该怎么做才能在loadUrl中使用http构建基于网络的脱机Phonegap应用 - What should I do to build an offline web-based Phonegap app using http in loadUrl 作为API播放框架。 我是否可以使用基于Web的应用程序和Android本机作为Client端使用Rest Api直接与Play进行交互 - play framework as an API. And can I use web-based application and native Android as Client side to directly interact with Play using Rest Api 基于Android网络的模拟器Manymo,它是如何工作的? - Android web-based Emulator Manymo, how does it work? 从基于网络的市场在Android上远程安装应用 - Remotely install apps on android from the web-based market 在 android 中实现基于 Web 的应用程序的最佳方式 - Best way to implement a web-based application in android 在 android 工作室中从基于 Web 的应用程序打印? - Printing from Web-based App in android studio? PhoneGap可以将我的基于Web的应用程序显示为嵌入式浏览器吗? - Can PhoneGap show my web-based application as a embedded browser? 我尝试在android中制作基于网络的字典。我有一个包含密钥的api,我已将其包含在代码中 - I tried making web-based dictionary in android.I have an api with key which i have included in the code 基于Web的应用程序开发 - Web-Based Application Development
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM