Web 应用程序作为 iPhone 本机应用程序

发布于 2024-12-04 11:19:41 字数 172 浏览 0 评论 0原文

由于 facebook 是一个网络应用程序,我们可以在其中发布评论、发布快照、聊天等。还有一个 facebook 可以用作 iOS 本机应用程序和移动应用程序。我们有类似 facebook 的 Web 应用程序,我们希望制作该 Web 应用程序的本机应用程序。

有什么办法解决这个问题吗?

请回复此

As facebook is a web application, in which we post comments, post snaps, chat etc. There is also an also facebook available as iOS native app and mobile app. We have similar kind of web application like facebook, we want to make a native application of that web application.

Is there any solution to this?

Please reply this

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

ζ澈沫 2024-12-11 11:19:41

尝试使用 Titanium Appcelator 从您的 Web 应用程序创建 iOS 应用程序。

Try Titanium Appcelator to create iOS application from your web applications.

貪欢 2024-12-11 11:19:41

最好的解决方案是为您的 Web 应用程序创建 Web 服务,然后创建一个使用/使用这些服务的应用程序。

The best solution is for you to create web-services for your web application and then create an app that uses/consumes those.

静谧幽蓝 2024-12-11 11:19:41

网络应用程序永远不可能是原生的!

除非您将其“转换”为“母语”应用程序。

如果 Titanium Appcelator 能为您做这件事,那么这将是制作“本机 Web 应用程序”的一个很好的解决方案!

否则,您需要使用您的 Web 技能,使用 PHP 或 ASP/ASP.net 等语言创建 XML 或 JSON 文件。您需要从数据库或另一个包含注释、图片等的 XML/JSON 文件中获取 XML/JSON 文件的内容。您需要使用本机语言(iOS 的 C++/C、WP 的 Visual Basic 和 Android 的 Java)来解析它,并使用本机语言制作一个美观的应用程序。您的应用程序现在是需要网络才能工作的本机应用程序。

问候,阿马努什!


编辑:您也可以制作一个“网络浏览器”应用程序,它将始终浏览到您的在线应用程序。这将是一个缓慢的解决方案。

Web-app's can NEVER be native!

Unless you will 'convert' it into a 'native-language'-application.

If Titanium Appcelator will do this thing for you, it will be a nice solution to make a 'native web application'!

Otherwise, you need to use your web skills to create a XML or JSON file, with a language like PHP or ASP/ASP.net. You will need to get the content of the XML/JSON file from a database or another XML/JSON file which got comments, pictures, etc. in it. You will need to parse it with a native language (C++/C for iOS, Visual Basic for WP and Java for Android) and make a good-looking application using the native language. Your application is now a native application which needs the web to work.

Greetings, Amanush!


EDIT: You can make a 'webbrowser' app as well, which will always browse to your online application. It will be a slow solution.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文