let’s say I have a webaplication with server programmed in Java and Javascript on client. What do I need to do in order to make this application run on common mobile devices, let’s say with android OS or iPhones?
Do I even have to do anything? I know I will have to adjust Javascript UI for mobile phones and touch screens, but anything else? I have no experience with android or iPhone programming.
Thanks for help.
Actually, that is it. You already know what you have to do. Just make sure you read the docs for mobile safari and the android webkit browser (especially for touch and other event handlers) Other than that, there’s no experience of iOS or android programming is required. Just a suggestion, instead of developing the UI from scracth, use available frameworks like jQuery mobile or sencha (google them).