为 Android 打包 Web 应用程序的最佳实践
我正在考虑包装一个现有的 Android Web 应用程序。我正在做一些研究来找到做到这一点的投注方法?
有谁有任何可能值得了解的好的链接或提示吗?
感谢您的建议!
Im looking into wrapping a existing web app for Android. Im doing some research to find the bets ways to do this?
Does anyone have any good links or tips that might be good to know?
Thankful for advice!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道你的包裹是什么意思。
但是,如果您想要一个工具来制作看起来像本机 Android 应用程序但使用 Web 技术的应用程序,您可以使用 PhoneGap。
此处找到它
I don't know what is the meaning of your wrapping.
But if you want a tool to make an application that looks like a native android app but instead use the the web technology, you can use PhoneGap.
Find it here
标准方法是将 Web 应用程序包装在 WebView 中。 Android 开发指南还有一个完整的关于包装时应该执行的操作的部分。
The standard way to do this is to wrap the web app in a WebView. The android dev guide also has a whole section on things you should do when wrapping.