On 05/02/15 12:34, ykarthik reddy wrote: > Hi, > > I already had an web Application which is running in php and mysql. > My aim is to convert this web-app to android Hybrid application(offline > access) like web view. > > If there is any resource for my requirement, please suggest me. > > Thanks in advance, > Karthik > ______________ Check out apache cordova http://cordova.apache.org/
That will help you create a webview application. You could store your data locally on your device using sqlite and then insert it to mysql later if you want to sync between mobile and web. Personally I would use something like http://www.symmetricds.org/ to achieve that. Hope this helps. _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
