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

此生再无相见时 提交于 2019-12-20 10:09:14

问题


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.

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


回答1:


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 browser but it will give look and feel like an mobile app .

here are some tutorials and information about webview from android-sdk and 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

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/

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



来源:https://stackoverflow.com/questions/22215671/convert-existing-php-mysql-website-to-native-ios-android-apps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!