PHP to Android or iOS

4 replies
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.
#android #ios #php
  • Profile picture of the author bjadams
    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
    {{ DiscussionBoard.errors[9383760].message }}
  • Profile picture of the author nickrap13
    "Try phonegap"

    I dindt know about phonegap.
    I check it now, and it looks great!
    Thanks for your help!
    Signature
    {{ DiscussionBoard.errors[9397030].message }}
  • Profile picture of the author IskaDev
    I would suggest uploading it as a website and get a website to mobile app converter.
    {{ DiscussionBoard.errors[9414002].message }}
  • Profile picture of the author AdwordsMogul
    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.
    Signature
    "Those who can - DO IT. Those who can't, say it's impossible."
    Jean Paul a.k.a AdwordsMogul
    PHPDevelopers.net - Top of the range PHP developers

    Easy Link Saver - Are you tired of the pain of constantly searching for your affiliate links? ( Chrome extension - FREE )
    {{ DiscussionBoard.errors[9414107].message }}

Trending Topics