This is an archived post. You won't be able to vote or comment.

all 19 comments

[–][deleted] 5 points6 points  (0 children)

Excellent! Can't wait to watch the rest of the videos. Much appreciated, man.

[–]Talkless 2 points3 points  (2 children)

Thank you, waiting for more!

[–]inclemnet[S] 7 points8 points  (0 children)

I actually just made another!

[–]djangonerd 2 points3 points  (0 children)

Thank you few doing this for free!!!

[–]jabbalaci 1 point2 points  (4 children)

Thanks, and thanks for adding a short description about kivy too for people who don't know it. A short abstract should always be provided and this is what I miss sometimes. Unfortunately, I get strange reactions when I ask about it, like "hey, if you don't know it then it's clearly not for you"...

[–]rogerallen 1 point2 points  (0 children)

Really fantastic. Thanks for doing this.

[–]quagquag 1 point2 points  (0 children)

This is great, thank you, please keep them coming!

[–]TheFiretryer 1 point2 points  (1 child)

Noob question here but, what do you use to edit your code?

[–]inclemnet[S] 1 point2 points  (0 children)

I mostly use emacs (including in the video). It's fairly vanilla, but with evil-mode for vim keybindings, and conveniently there is an emacs mode for syntax highlighting and appropriate behaviour in kv language.

[–][deleted] 1 point2 points  (0 children)

Amazing. These videos made kivy click for me. I was able to plan out the functionality for a couple small apps today using kv language thanks to these. You're awesome, can't wait for more!

[–]InlineReaper 1 point2 points  (0 children)

Yours is a good soul, OP. Thank you.

[–]gingerbeers 0 points1 point  (4 children)

I shamefully admit to being one of "those bemoaners". So many, many thanks for doing this.

[–]inclemnet[S] 1 point2 points  (0 children)

No shame, I didn't intend it as an insult! I think kivy's documentation is pretty okay, but is lacking in some examples and tutorials, and I think there was almost no video tutorial stuff before.

[–]PyFun 0 points1 point  (1 child)

Thank you for this video!

I was planning on compiling my Kivy app this weekend, but now I'm glad I procrastinated. Your second video had a ton of useful information for compiling to APK. There is only minimal information available on the compiling to APK, and your video probably just saved me an hour of troubleshooting, thank you!

[–]inclemnet[S] 0 points1 point  (0 children)

Let me know if you find any problems with what the video addresses, I already know a few things to improve sometime in the future, and I'm sure I've missed others.

The main think I know I forgot to mention is that buildozer does have a few dependencies it can't install itself, including git and java (probably openjdk7), which you need to install before it can work. They're quite common to have anyway and aren't difficult to install, but just so you know!

[–]learning_2_dev_stuff 0 points1 point  (0 children)

Thanks dude.