On Thu, Jan 30, 2014 at 3:20 PM, Siva prabu <[email protected]> wrote:
> Hi friends, > > Possible to create the Android Application with PHP/MySQL? > For all practical reasons no. The next best thing if you want to use web technologies is Apache Cordova (PhoneGap) If you are not looking for multiple platforms with single effort (Android, iOS, Windows Phone) there is nothing to beat developing apps using the native SDK (Android/Java SDK from google) Just for the sake of mentioning: You could use the inbuilt webkit webview of the sdk and load your PHP/MySQL application running on your server. Of coarse you will require an internet connection to run this kind of an application. Regards, Arun Venkataswamy http://wondroussky.blogspot.in/ http://wondrouscode.blogspot.in/ "கற்றது கைமண் அளவு, கல்லாதது உலகளவு" - ஔவையார் Known is a drop, Unknown is an ocean _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
