Will there ever be a Kivy tutorial for mobile applications. I have seen some out there but your tuts are always high quality.
You must be logged in to post. Please login or register an account.
I would like to eventually do more with either something like Kivy, or another mobile dev app with Python. Kivy was proving to be pretty challenging to do for what I wanted, will have to try again some time.
-Harrison 9 years ago
You must be logged in to post. Please login or register an account.
Merry Christmas!
I wish I could help some how. Please let me know how I can! Kivy is supposed to transcend objective C (now swift) and android mobile devices. I can not find another Python library that promises such things. Have you ever heard of a mobile app with a small database wrapped inside the app? I don't think I have heard of deploying MySQL on a iphone before! I was interested in developing a Kivy app that could be used in one of the many cell phone dead spots in New Mexico while driving. Maybe sync most recent 5 mb of data from mother server but also offer data entry capability in a dead spot. I was reading the transaction logic could be complicated. Im not scared :D just can even figure out were to start!
-devtycoon 9 years ago
Last edited 9 years ago
You must be logged in to post. Please login or register an account.
If you can figure out how to even get the simplest Kivy application to your android and iOS device, that's all I need. Doing it via any major OS is fine with me. I've tried to do it on Linux, Windows, and MacOS, can't get it to actually go to the darn device. Been ~ a year since I last tried, planning to look into it again sometime in 2016.
-Harrison 9 years ago
You must be logged in to post. Please login or register an account.
The Kivy developers made this software called buildozer which only works on linux but apparently solves the android problem. They even show a video where they code the program in python then export it via buildozer to the android phone. I have not found the iOS solution yet.
How to build an android app with demonstration from the developers: https://www.youtube.com/watch?v=t8N_8WkALdE&list=PLdNh1e1kmiPP4YApJm8ENK2yMlwF1_edq&index=2
How to Create a Package for Android: http://kivy.org/docs/guide/packaging-android.html#buildozer
-devtycoon 9 years ago
Last edited 9 years ago
You must be logged in to post. Please login or register an account.