I have a web application developed in php which supports functionalities such login/signup post comment etc. How can i easily convert it into a mobile app? Is there any site/tool that would help me do it. Many sites can directly convert but they dont support the inner code of the site. How to do it ?
I have a web application developed in php which supports functionalities such login/signup post
Share
Use
jQuery Mobileor some other mobile UI framework to build mobile version of your app. Later you can useWebVieworPhonegapto display your web app as a phone app.Few references