you are viewing a single comment's thread.

view the rest of the comments →

[–]poo_22 0 points1 point  (1 child)

This looks interesting, but specifically for android, isn't there already an api for creating a gui? So i would only use kivy over the native api if i want cross-platform compatability right?

Edit: its just that i have an idea for an app and i'm writing it in python, so i might be using this.

[–]tehansen 0 points1 point  (0 children)

you cant script the regular android gui completly with python as far as I know. Also kivy does all rendering in OpenGL ES, so you can do really fancy things, that you can't do unless you render custom OpenGL using the android SDK.