-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Example Applications? #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Most people use python-for-android with Kivy (http://kivy.org/#home). Kivy On Mon, Jan 20, 2014 at 9:32 AM, Horea Christian
Ben Rousch |
if Kivy takes care of the GUI and buildozer of the packageing - what exactly does python-for-android do? I assumed that was what it did. Also, can I use any libraries/functions at all with my app? Can I for instance use this combination of tools to ship my app with numpy (or parts thereof)? Does my app need to be compiled, or can it exist like a script which can be edited live on the phone? |
Kivy = crossplatform GUI / NUI |
Let's move this conversation off of the python-for-android issue tracker, On Mon, Jan 20, 2014 at 10:55 AM, Horea Christian
Ben Rousch |
Hi, I would like to write a python app for android which asks te user for input a few times a day and writes it to a
.csv
file. The obvious problem with that is that additionally to my script I'll also need to ship python with my "application". I understand python-for-android does just that.But I don't really understand the workflow of using it and what the finite app will look like (maning directory structure et al. rather than visually) - are there any apps already packaged with this? It would be great if you could also add links to them in the README.
The text was updated successfully, but these errors were encountered: