PHP and Lighttpd for Android and thus goes by another day
ive been looking for an alternative to programming in android,
I know php very well..
ive been thinking why there is not a packaging system
that combines
php executable
a minimal (or none) httpd server
a browser for local browsing, embedded in a main program in java
and php scripts
to make a apk program
that could be put in play market, downloaded, installed and run locally?
the java shell would have a browser window,
it would run the php script with the php executable,
show the results directly in the browser window, html returned from the php
any clicks or input would be collected and sent to the php script again,
and the html result shown again in the browser,
no need for learning interface commands or java or other languages,
all you would need is php and html and you can write full programs
even graphical things with gd library..