Convert existing PHP / MYSQL / websites to native iOS / Android applications

Search weeks and worked on several guides to convert my existing hosted PHP / MYSQL website into Native IOS / Android Apps. Nothing good so far. I tried the handset and Cordoba too. A search for past years until 2009 stated that this was not possible. Is it possible now? Can you share a complete guide or e-book? The application will be just a direct link to my php site. The application actually acts as a browser. This is my 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

+7
android php mysql ios native
source share
1 answer

Perhaps you should take a look at webview .. its a widget that wraps your webapp in an Android web browser , which basically means that your webapp will open in a browser , but it will look and look like a mobile application .

here are some guides and webview information 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,

Is there a phone gap capable of converting a php web application to an iphone / android application?

let me know if you want further directions.

+6
source share

All Articles