Very little is written about kivy, can you please tell me how good is kivy cross platform framework for Android?
closed as not a real question by Jeremy Banks, DrTyrsa, Krishnabhadra, mac, Octavian Damiean Dec 2 '11 at 8:27
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Kivy is an open source library for developing multi-touch applications. It is completely cross-platform (Linux/OSX/Win) and released under the terms of the GNU LGPL. It comes with native support for many multi-touch input devices, a growing library of multi-touch aware widgets and hardware accelerated OpenGL drawing. Kivy is designed to let you focus on building custom and highly interactive applications as quickly and easily as possible. With Kivy, you can take full advantage of the dynamic nature of Python. There are thousands of high-quality, free libraries that can be integrated in your application. At the same time, performance-critical parts are implemented in the C langu Kivy on Android Kivy is able to run on android, but you need a phone with:
Requirements for android application To create an application for Android platform, you must have a file named main.py in the root directory of your application, handling the android platform in the name test:
Create an APK The whole process is described in the Create a package for Androiddocumentation. For more info Kivy on Android EDIT: Installation on Android
Please note that Kivy is a framework. Installing Kivy itself on your phone will do absolutely nothing. Kivy is not an application. That said, we provide a “launcher” that allows you to push your Kivy application onto your phone and execute it through a simple interface. We’ll provide instructions for packaging your Kivy application in a standalone way in the future. To install the Kivy launcher, you must:
Now, you can put your Kivy applications in the Kivy directory on the SD Card. |
|||||||||||
|
protected by user370305 Feb 27 at 6:14
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.