Web 应用程序作为 iPhone 本机应用程序
由于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试使用 Titanium Appcelator 从您的 Web 应用程序创建 iOS 应用程序。
Try Titanium Appcelator to create iOS application from your web applications.
最好的解决方案是为您的 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.
网络应用程序永远不可能是原生的!
除非您将其“转换”为“母语”应用程序。
如果 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.