Chrome 网上应用店
有没有办法将我的 Android 应用程序转换为 Chrome 网上应用店?如果没有,有没有人看过任何好的入门教程?
谢谢
Is there a way to convert my Android app for the Chrome web store? If not, has anyone seen any good tutorials for starting with that?
Thank You
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Android 应用程序和 Chrome 网上应用店之间没有太多共同点。您的 Android 应用程序使用 HTML5 吗?您可能只需要一组资源文件来将您的 HTML 应用程序定义为 Chrome Web Store 应用程序,以便可以找到该应用程序并添加书签,并在不同的 Chrome 实例之间轻松共享。
http://code.google.com/chrome/apps/
There is not that much common between the Android Application and the Chrome Web Store. Does your Android Application use HTML5? You will probably just need a set of resource files to define your HTML application as a Chrome Web Store application so that it can be found and bookmarked and easily shared between different Chrome instances.
http://code.google.com/chrome/apps/
通过简短的研究,我还没有找到从 android 到 chrome 网上商店的任何简单方法。 Chrome 网上商店似乎具有与网页上相同的内容,但更好地集成到 Chrome 中。我建议阅读有关如何制作 Chrome Web 应用程序以及 Web 开发的内容。
From brief research I haven't found any simple way to go from android to chrome web store. It appears that the chrome web store has the same content that you would find on web pages, instead better integrated to chrome. I would recommend reading about how to make a chrome web app along with web development.
它们差异太大,无法转换。原因是在大多数应用程序中,有太多方面您无法转换,例如加速度计和多点触摸手势。
They are too different to convert. The reason is in most apps there are too many aspects you could not convert like accelerometer and multi touch gestures.