top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is an easiest way to port a PHP Web App to Android?

+1 vote
385 views

I have a web application written in PHP. It have been running for several years. Now I want to run it as a stand-alone application on an Android smartphone or tablet. How can I do it?

posted Mar 27, 2013 by Sudheendra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

0 votes
 
Best answer

There are php packages that run on andriod but as far as I know they are
only for developers. The install process would be to complex for users.

http://phpforandroid.net/

http://developer.android.com/sdk/index.html

It may be possable to package up an app with php/mysql but I would expect
there are many hurdles.

Perhaps porting to another language that will run on android would be better.

Lua runs on Andriod and I think this language runs on Lua
https://github.com/hagish/love-native-android

answer Mar 27, 2013 by anonymous
0 votes

There are simple web servers you can run on Android, and also
standalone PHP parsers too (i'm using one myself - search the play
store for php server). Is that the sort of thing you wanted.

answer Mar 27, 2013 by anonymous
Similar Questions
0 votes

Have two questions -
1. How to find type of a variable in PHP.
2. How to find the type of an array in PHP.

Please help.

...