Android App Development in Python With Kivy

preview_player
Показать описание
In this video, we learn how to develop Android apps in Python using Kivy.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Timestamps:

(0:00) Intro
(0:15) Android App Development
(14:57) Compile For Android
(23:32) Set Icon & Presplash
(25:17) Final Demonstration
(25:44) Outro
Рекомендации по теме
Комментарии
Автор

Thanks for the video and the troubleshooting,

Troubleshooting:
- the require for the right version (1:10)
- lowercase on filename (5:30)
- put only the right stuff in the folder (21:30)
- add the 4 th number in the color palette (21:40)

ToadBlade
Автор

Im 6 minutes into this video and already I know about kivy require version problems and filename lowercare problems and how to troubkeshoot them. This is immensely valuable, this could have shot anyone of us down. Truly stackoverflow worthy! Thanks!

jonasbrinkworse
Автор

This is literally the first time i know this is possible

gxmz
Автор

Kivy rocks! It makes the GUI simple to do with the .kv file and it's quite a smooth fit with the native python side. Really cool, I looking forward to mastering it!

daowiz
Автор

Can't wait for more vids with kivy

nineoneone
Автор

Thanks. I've tried off and on for a few months to get from Python/Kivy to Android and this finally got me there. Grateful!

rontarrant
Автор

Wow even my lecturer at university failed to explain like this, you have demystified everything thank you

gabhadiya
Автор

10:55 Its actually not necessary to explicitly call the default superclass __init__ like that unless you are not using the default as its done implicitly

DrCrowie
Автор

Please make more videos, windows, web?, ios, and android packaging. Your instruction is the only instruction that actually works and I have managed to package it. Just remaining to test it on an android phone. It took me exactly 1/2 hr to finish the initial installation process.

ajayjoseph
Автор

@
NeuralNine It takes a long time in WLS because the speed between WLS and your mounted C drive is slow. If you port your source to the local disk in WLS, it will run 100x faster.

GlenSwan
Автор

Hi there, i at first got a blank screen on running the program at 09:49 mark of your video but then shifting the .kv file to the root of the project folder did the trick for me. thanks for the awsome tutorial.

FauziNomad
Автор

How about to make video about adding in-app purchases by Kivy and uploading then to Google Play ?

IgorZyden
Автор

i have done everything until at 9:30 when I run the app, I get a black window without anything, no text neither button.

info-prog
Автор

you need linux system to create android app using kivy, how youd compile the app using windows?

Altohamy
Автор

can you provide some info about the downsides or limitations or drawbacks of using kivy instead of native android apps (java and kotlin)? We all know about the benefits of using kivi, I was just curios about the downsides.

OmidAtaollahi
Автор

21:29 Rip to everyone who were doing everything right as he explained xD

saschahahn
Автор

Great video, I'd like it a lot to see more advanced kivy apps from you!

peschebichsu
Автор

I've learnt so many new python stuffs from watching your videos dude! Would you consider making this a series?

tmh
Автор

Great. Awesome. I want more android with python tutorials. Please continue down this path.

carstenjensen
Автор

Question : why you still in python 3, call super like super(classname, self).__init(**kwargs) ? shouldn't we just use super().__ ....? I know the documentation of the kivy use this way, but in documents of python 3.11 the super().__method__ has not a single example like that, is it just habit or these two statements has a different functionality ?

xzex