I always keep my eye on the Play Store for any production apps using Kivy. It used to be the case that they all had a fairly unconventional (game-like) UI or a fairly clunky one. Can anyone point me to a Kivy app that shows - if not totally native looking - at least a fairly standard approach to developing an Android UI? (on the plus side - Kivy apps always seem smooth and responsive on Android) EDIT - I found this p…
I'm using it to develop www.trebel.la, which will hopefully be out on the App Store this fall. But it also has a pretty unconventional (game-like) UI. IMO, if I wanted to build something that was well served by standard Android or iOS widgets, I would just write native apps. Kivy will never look or feel just like a native app, but since it has evolved from a game engine, it's a great choice for apps like mine that ar…
Just to note, Kivy didn't evolve from a game engine, it began as PyMT (of which it's a spiritual successor) which was a gui toolkit targeting multitouch and NUI. In fact, the support for Android and iOS came later, and they work because the original design of the toolkit, with flexible backend providers and an opengl interface, did work out well for cross-platform use.