We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
制作可移植应用程序的最简单方法是 Web 应用程序(例如 html5)。
市场上有许多软件包允许您访问手机上的硬件,您可以在 Web 应用程序中使用这些硬件。然后,这些包将包含设备特定的代码,使您的应用程序保持可移植性。
此类包的示例是 sencha 但还有更多。
Well the easiest way to do portable applications is to web applications (e.g. html5).
Then there are a number of packages on the market that allow you to access the hardware on the phone which you can use in your web application. These packages would then contain the device specific code allowing your application to stay portable.
Example of such a package is sencha but there are many more.