将现有的 PHP/MYSQL/ 网站转换为原生 IOS/Android 应用程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/22215671/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 05:39:36  来源:igfitidea点击:

Convert Existing PHP/MYSQL/ website to Native IOS/Android Apps

phpandroidmysqliosnative

提问by Fxster

Weeks of searching and worked on a few guides to convert my existing hosted PHP/MYSQL website to Native IOS/Android Apps. So far no good result. Tried Phonegap and Cordova too. Searches from the past years back to 2009 stated it is not possible. Is it possible now? Can share a complete guide or e-book for it? The app will be just a direct link to my php website. The app is actually acting like a browser. This is my very first app.

经过数周的搜索和编写了一些指南,将我现有的托管 PHP/MYSQL 网站转换为原生 IOS/Android 应用程序。至今没有好结果。也尝试过 Phonegap 和 Cordova。从过去几年到 2009 年的搜索表明这是不可能的。现在有可能吗?可以分享一份完整的指南或电子书吗?该应用程序将只是到我的 php 网站的直接链接。该应用程序实际上就像一个浏览器。这是我的第一个应用程序。

http://tech.sarathdr.com/featured/steps-to-convert-a-web-app-into-android-phonegap-app/

http://tech.sarathdr.com/featured/steps-to-convert-a-web-app-into-android-phonegap-app/

http://antonylees.blogspot.sg/2013/02/launch-website-as-mobile-app-using.html

http://antonylees.blogspot.sg/2013/02/launch-website-as-mobile-app-using.html

采纳答案by Nishant Solanki

May be you should look at webview.. its a widget which wraps your webapp to android webview, basically It means your webapp will open in a browserbut it will give look and feel like an mobile app.

也许你应该看看webview..它是一个将你的 webapp 包装到 android webview的小部件,基本上这意味着你的webapp 将在浏览器中打开,但它会给外观和感觉像一个移动应用程序

here are some tutorials and information about webviewfrom android-sdkand xda-developers

这里有一些关于webviewfromandroid-sdk和的教程和信息xda-developers

http://developer.android.com/reference/android/webkit/WebView.html

http://forum.xda-developers.com/showthread.php?t=2308089

http://developer.android.com/guide/webapps/webview.html

http://developer.android.com/reference/android/webkit/WebView.html

http://forum.xda-developers.com/showthread.php?t=2308089

http://developer.android.com/guide/webapps/webview.html

And Also check this answer too,

还要检查这个答案,

is Phone Gap capable of converting a php web app into an iphone/android app?.. You can later on, add some features to the application by adding geolocation features for example. Here is an example using Apache Cordova https://auth0.com/blog/converting-your-web-app-to-mobile/

Phone Gap 是否能够将 php 网络应用程序转换为 iphone/android 应用程序?.. 您可以稍后通过添加地理定位功能向应用程序添加一些功能。这是一个使用 Apache Cordova 的示例 https://auth0.com/blog/converting-your-web-app-to-mobile/

let me know if you want any further guidance......

如果您需要任何进一步的指导,请告诉我......