The best thing to do here is abstract your interface. Web2py does a fine job of it. Most likely your wanting to make the app and then communicate over json objects in post requests. With Kivy you should be able to make something pretty interesting and you can use the same skills you have learned in python there. And then QML is pretty awesome stuff. I used to work for Qt so I would know. :) I haven't seen Kivy in production code yet, but you can be a first. :)
On Mon, Jun 1, 2015 at 9:04 PM eric cuver <[email protected]> wrote: > good question I am also interested in the answer > > > Le lundi 1 juin 2015 16:19:56 UTC+2, Joe a écrit : >> >> I developed a web app with Web2py. It works great, I thing Web2py is >> fantastic. >> >> I want to create a mobile app from my web app and I am not sure what is >> the best approach. >> Does anyone have any experience using Kivy? Does it work with Web2py? Or, >> is there a alternative solution to Kivy? >> > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

