Are there some things I should keep in mind when writing a PHP5/MySQL application to assure it will migrate to mobile devices?
For now, I only require a desktop version for the PHP5/MySQL application I’m developing. But want to make sure I don’t step on myself should there be a need to render the application to mobile devices.
From the relatively old thread
it appears that I can handle this through a base CSS3 plus a custom CSS3 for each device.
The recent post on Android
seems to require a non-trivial tool investment and Java or C literacy. As such, am I correct to assume ANDROID applications are not PHP/MySQL compatible?
Regards,
Brian (grNadpa) Case