Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 770
Fxster Avatar asked Mar 06 '14 05:03

Fxster


People also ask

Can I convert PHP website to Android app?

There is no way to directly translate what you have built with PHP into native applications for the iOS and Android platforms.

Can I convert my website into Android app?

To convert a website to a mobile app, go to the Website App Template on AppsGeyser. Enter your website's URL, add social tabs, enter your app's name, and submit your icon. Then your mobile app is live!

Can we create Android app using PHP and Mysql?

You might not hear or not that you can use PHP for your Android App Development. We can use PHP as the back-end for our Android Applications, and trust me they work flawlessly with each other.


1 Answers

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......

like image 56
Nishant Solanki Avatar answered Oct 04 '22 20:10

Nishant Solanki