开发者

Web Application as iphone native app [closed]

开发者 https://www.devze.com 2023-04-05 14:04 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago.

As facebo开发者_开发问答ok 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


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


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消