PHP to Android or iOS

by 4 replies
5
Is it possible to convert a php application to Android or iOS ????

For example, i have a small php application, where the user reads a story, and has some buttons.
One for next page, one for previous, and one for playing sound.

In php, this is very simple. Just a some javascript (for playing sound), and some ajax/javascript if i want all the pages navigation,
to be in the same url.

Sorry, if my question is silly, but is this possible this little thing to be converted to run in Android ????
if yes, with what software ????

Thanks in advance.
#programming #android #ios #php
  • [DELETED]
  • Try phonegap

    but since its php based the app will always need an internet connection to work since it has to connect to your server
  • "Try phonegap"

    I dindt know about phonegap.
    I check it now, and it looks great!
    Thanks for your help!
  • I would suggest uploading it as a website and get a website to mobile app converter.
  • There is no "one-step" process to do that.

    You basically need a coder to create a new app for you, based on the features of the original one.
    I had a client ask me the same question recently...

    I hope this helps.

Next Topics on Trending Feed

  • 5

    Is it possible to convert a php application to Android or iOS ???? For example, i have a small php application, where the user reads a story, and has some buttons.