Android App Development in Python With Kivy

  Рет қаралды 298,256

NeuralNine

NeuralNine

Күн бұрын

Пікірлер: 312
@ToadBlade
@ToadBlade 10 ай бұрын
Thanks for the video and the troubleshooting, Troubleshooting: - the require for the right version (<a href="#" class="seekto" data-time="70">1:10</a>) - lowercase on filename (<a href="#" class="seekto" data-time="330">5:30</a>) - put only the right stuff in the folder (<a href="#" class="seekto" data-time="1290">21:30</a>) - add the 4 th number in the color palette (<a href="#" class="seekto" data-time="1300">21:40</a>)
@jonasbrinkworse5436
@jonasbrinkworse5436 2 жыл бұрын
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!
@daowiz001
@daowiz001 3 жыл бұрын
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!
@lightenchanted9265
@lightenchanted9265 2 жыл бұрын
me too! im not sure if i want to do game development or app development, but if i do end up doing app then ill definitely start with kivy!
@JRis44
@JRis44 Жыл бұрын
Hows the development going? You guys create anything since??
@daowiz001
@daowiz001 Жыл бұрын
@@JRis44 yes! Plenty. Working on an interface for an app right now, kivy rocks.
@kngaming5671
@kngaming5671 Жыл бұрын
@@daowiz001 😲
@jhesterdeleon8426
@jhesterdeleon8426 2 ай бұрын
planning to master it as well is it still worth it?
@gx3mz
@gx3mz 3 жыл бұрын
This is literally the first time i know this is possible
@nocopyrightgameplaystockvi231
@nocopyrightgameplaystockvi231 3 жыл бұрын
Kivy seems to better than PyQT and Tkinter, as OpenGL accelerations provides possible speed up. I use a Linux VM on my windows machine and can easily make apk files out in minutes, using Kivy. The Doc is also good.
@brimward122
@brimward122 3 жыл бұрын
@@nocopyrightgameplaystockvi231 do you know how to fix "unable to get window, abort" error?
@srpcdgaming
@srpcdgaming 2 жыл бұрын
same
@KimJovanne-vb4mc
@KimJovanne-vb4mc Жыл бұрын
Me too bruh
@Shariff66
@Shariff66 Жыл бұрын
Yeah...me too
@nineoneone6651
@nineoneone6651 3 жыл бұрын
Can't wait for more vids with kivy
@muthurubant5812
@muthurubant5812 3 жыл бұрын
Me too... 🤩🤩
@zombiekiller7101
@zombiekiller7101 3 жыл бұрын
Same
@gus.stviaaa
@gus.stviaaa 3 жыл бұрын
Definitely need more vids for Kivy
@mirolimturgunov6885
@mirolimturgunov6885 3 жыл бұрын
I agre you
@zombiekiller7101
@zombiekiller7101 3 жыл бұрын
Yes
@LilRaspy
@LilRaspy 3 жыл бұрын
Agree
@gabhadiya5460
@gabhadiya5460 11 ай бұрын
Wow even my lecturer at university failed to explain like this, you have demystified everything thank you
@rontarrant
@rontarrant Жыл бұрын
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!
@ajayjoseph8722
@ajayjoseph8722 Жыл бұрын
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.
@DrCrowie
@DrCrowie 2 жыл бұрын
<a href="#" class="seekto" data-time="655">10:55</a> Its actually not necessary to explicitly call the default superclass __init__ like that unless you are not using the default as its done implicitly
@FauziNomad
@FauziNomad 10 ай бұрын
Hi there, i at first got a blank screen on running the program at <a href="#" class="seekto" data-time="589">09:49</a> 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.
@tmh9036
@tmh9036 3 жыл бұрын
I've learnt so many new python stuffs from watching your videos dude! Would you consider making this a series?
@peschebichsu
@peschebichsu 3 жыл бұрын
Great video, I'd like it a lot to see more advanced kivy apps from you!
@IgorZyden
@IgorZyden Жыл бұрын
How about to make video about adding in-app purchases by Kivy and uploading then to Google Play ?
@harmanjeetsingh8864
@harmanjeetsingh8864 3 жыл бұрын
Finally a better tutorial on kivy Loved your videos 👍 I don't comments on KZbin but your videos make me now you can see hoe much python developer needed this video 👍
@diolenlite8012
@diolenlite8012 3 жыл бұрын
Loved it.... Followed all your steps and was able to build my first python app successfully!
@OmidAtaollahi
@OmidAtaollahi 2 жыл бұрын
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.
@GlenSwan
@GlenSwan 3 жыл бұрын
@ 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.
@info-prog
@info-prog 2 жыл бұрын
i have done everything until at <a href="#" class="seekto" data-time="570">9:30</a> when I run the app, I get a black window without anything, no text neither button.
@seanriley7201
@seanriley7201 2 жыл бұрын
Thanks NeuralNine! Great video, helped me to finally make my first Kivy app for Android. For a noob like me, it would be helpful to go through each step slowly and give a little theory on stuff like root and self etc. Overall, I give this video AAAA++++
@eugenmalatov5470
@eugenmalatov5470 Жыл бұрын
Exactly. When he used root in the kv file I really wondered if I had missed something
@Altohamy
@Altohamy 3 жыл бұрын
you need linux system to create android app using kivy, how youd compile the app using windows?
@carstenjensen3123
@carstenjensen3123 Жыл бұрын
Great. Awesome. I want more android with python tutorials. Please continue down this path.
@wiz2398
@wiz2398 2 жыл бұрын
Your videos are too simple explained which makes easy to follow. 😍 But your videos come too late plz be more active on KZbin so we can learn more from you.
@utsavnagda4136
@utsavnagda4136 Жыл бұрын
Amazing quality of the video! Very well made! Hats off!
@xzex2609
@xzex2609 Жыл бұрын
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 ?
@saschahahn8994
@saschahahn8994 2 жыл бұрын
<a href="#" class="seekto" data-time="1289">21:29</a> Rip to everyone who were doing everything right as he explained xD
@adamfatyga7977
@adamfatyga7977 2 жыл бұрын
Hi. I have problem with that. When i want to create an apk i recive and error "FileNotFoundError: [Errno 2] No such file or directory: '/home/.../bin/pyton3'
@thedevnoteyt
@thedevnoteyt 3 жыл бұрын
Please make a full series on Kivy
@NeuralNine
@NeuralNine 3 жыл бұрын
I won't make a series, but I can do more projects if this video does well
@LearningMindGames
@LearningMindGames 3 жыл бұрын
@@NeuralNine pls pls make a video on how to use camera and microphone with kivy
@mimurajam1501
@mimurajam1501 3 жыл бұрын
Thanks a lot for the video, i would love to watch more kivy projects
@zombiekiller7101
@zombiekiller7101 3 жыл бұрын
He can read your mind lol🤣
@_SahilShah
@_SahilShah 3 жыл бұрын
This one was a very descriptive & excellent tutorial I've watched definitely looking forwars for more such android app development tutorials on python & also here you gain one more subscriber!🙌🏼
@jessicamorris8035
@jessicamorris8035 2 жыл бұрын
Thank you for giving valuable information on the Android app development using Python Kivy. Keep sharing more details about App development.
@kewartoscar8913
@kewartoscar8913 2 жыл бұрын
Thank you for simplifying android app development with Kivy.
@princejamespugado6050
@princejamespugado6050 2 жыл бұрын
looks good... I wonder how can I fit customized mobile app... Could you know what could be the reason of unfitted window? Is it the window.size should I remove?
@MananGandhi
@MananGandhi 3 жыл бұрын
Wanted this for sooooo long 😁
@NeuralNine
@NeuralNine 3 жыл бұрын
now you got it :)
@zombiekiller7101
@zombiekiller7101 3 жыл бұрын
Same :)
@fcf8269
@fcf8269 2 жыл бұрын
Thanks for the tutorial, really straightforward and simple to follow. I assume there is no way to mix up the python code with java libraries, right?
@o1techacademy
@o1techacademy Жыл бұрын
This Kivy is powerful. Thank you for the tutorial. Can Kivy stand as a substitute to Java and Kotline in android development?
@kaskilelr3
@kaskilelr3 Жыл бұрын
I manage to get through every step, but when I try to install the app on my phone, it crashes on startup. What could be the issue, or - if it could be anything - how can I trace the issue?
@kasperchristensen8416
@kasperchristensen8416 2 жыл бұрын
Thank you SO much for this tutorial! Just what I was looking for. Cheers from Denmark 🍻
@typecz4369
@typecz4369 Жыл бұрын
Does linux system work on windows 11?
@Sachin-hk9ed
@Sachin-hk9ed Жыл бұрын
it is failing for me at 'buildozer -v android debug'. The error message is /usr/bin/tar: SDL2_image-2.6.2/Xcode/macOS/SDL2.framework/Resources: Cannot create symlink to ‘Versions/Current/Resources’: Operation not permitted. I am using AMD Ryzen7 Ubuntu 22.04
@itzsid42069
@itzsid42069 3 жыл бұрын
how to put multiple buttons and other controls on the form and what about their placement. Is there a GUI for kivy
@abtasamk8525
@abtasamk8525 3 жыл бұрын
Ooh u did it bro... Finally waiting ended
@CarChroniclesChannel
@CarChroniclesChannel 8 ай бұрын
Thanks for the great tutorial bro, can l ask how l can make the app communicate with my backend program and update it without needing to install a new updated up?
@zwinzee4655
@zwinzee4655 Жыл бұрын
Keep it up! This video is so amazing quality! More python app development videos❤
@vishnubalaji9500
@vishnubalaji9500 2 жыл бұрын
How to specify additional files in buildozer like cvs or txt or even Excel files that can read or written or appended by python kivy files
@JarppaGuru
@JarppaGuru 2 жыл бұрын
<a href="#" class="seekto" data-time="960">16:00</a> no problem. windows have WSL. so lets write python on linux console with nano AWESOME. what linux desktop?
@giovannialeman6619
@giovannialeman6619 3 жыл бұрын
I cant even install Kivy. Says exit status ! ERROR: Could not find a version that satisfies the requirement kivy_deps.gstreamer_dev~=0.3.1 (from versions: none) ERROR: No matching distribution found for kivy_deps.gstreamer_dev~=0.3.1
@himanshuranjansingh6134
@himanshuranjansingh6134 3 жыл бұрын
loved the video!! but having a hard time finding real applications using kivy framework.....can u guys suggest some popular apps using kivy??
@filiplaszczak7844
@filiplaszczak7844 3 жыл бұрын
There's no popular apps in kivy. KV language is weird, so no one write in this.
@nocopyrightgameplaystockvi231
@nocopyrightgameplaystockvi231 3 жыл бұрын
Kivy is uncommon for android Apps, unless you are working with Machine Learning to quickly make your apps usable on Android. Also, apps over Interpreted languages aren't just good. You can make them work, but Java or C#(easier) makes better sense(now easier to learn), and it takes minutes to make your own libraries, modules and classes.
@Machiuka
@Machiuka Жыл бұрын
I have a question. You mentioned to make a subfolder with our app. In this subfolder must be included also the .venv folder? Thank you!
@evgeniaslivko8120
@evgeniaslivko8120 11 ай бұрын
Hello, @ NeuralNine what if Python project contains custom libraries and virtual environment, should all be in the same folder for compiling?
@jimmyrokz
@jimmyrokz 2 жыл бұрын
Just amazing and brilliantly explained. I am trying to call my brokers trade APIs in regular python. How can I convert that into an android app? I want to write data to a text file - the live feed data received when the markets are open. Please make a finance video for the same which has complex API calls, live tickers, etc.. It would be of great help.
@LuxurioMusic
@LuxurioMusic 2 жыл бұрын
Just a heads up, when I tried running buildozer, I got a error regarding "LT_SYS_SYMBOL_USCORE", and had to install libltdl-dev to get it working.
@Switch620
@Switch620 Жыл бұрын
Thanks!
@kumu2024
@kumu2024 2 жыл бұрын
Would you please answer if python can use bluetooth on android? and how? Several days I am trying to find a solution without any results.
@StephenYavorski
@StephenYavorski Жыл бұрын
how did you get the suggested words to pop up when typing up the kivy file? when I followed along, it didn't pop up while also using PyCharm
@2ndpower2
@2ndpower2 2 жыл бұрын
My file isn't saving as a .kv file in my PyCharm , Should I read the Kivy documentation or is there a fix
@python4692
@python4692 3 жыл бұрын
Bro waiting other Kivy tutorials. Nice work! Everything is clear as usual. Do more videos for Kivy
@vics3973
@vics3973 2 жыл бұрын
i can t change the directory im navigating in on the wsl terminal
@Tremerlin
@Tremerlin Жыл бұрын
damn this is the first video i watched on learning kivy. thanks man i understood it all lol
@mirolimturgunov6885
@mirolimturgunov6885 3 жыл бұрын
Assalam alaykum Owner of NeuralNine I watch your videos from Uzbekistan🇺🇿 thanks So much for all of your videolessons Wen I watch your videos I can lern a lot of knowladge
@ahmadsystems3560
@ahmadsystems3560 3 жыл бұрын
Hi I am new to both python and kivy. I have created my first kivy python application. i created the apk file using buildozer. Then i installed my apk file in mobile and tried to open. I got the loading text with kivy logo but the app is closed immediately. Could you please help me out on this.
@rittol2365
@rittol2365 Жыл бұрын
The docs are confusing me, they said to copy it to the wsl directory and you did the mount, does this cause any side effects that are worth noting?
@aymancassim8944
@aymancassim8944 3 жыл бұрын
Ok so I have a problem, when i run the app, its says "Not Responding". What can I do to solve that?
@NeuralNine
@NeuralNine 3 жыл бұрын
that's very unspecific
@tcgvsocg1458
@tcgvsocg1458 3 жыл бұрын
Excellent ! Please do a video for android app in python can random reasearch on browser
@abdullahyousef3596
@abdullahyousef3596 3 жыл бұрын
Why does it not run when I try to run it on my phone, but it does on my laptop.
@gainsandgrowthSA
@gainsandgrowthSA 5 ай бұрын
The term 'pip' is not recognized on my cmd
@akki11ify
@akki11ify 3 жыл бұрын
Just started learning python and it would be great if you could show how any python code can be converted to an Android app like the calculator, sudoko or the stock market one .. just showing us how any python code can be converted to Android app or iOS app
@anzwertree
@anzwertree 2 жыл бұрын
Did you ever figure this out?
@swastikdasgupta4373
@swastikdasgupta4373 2 жыл бұрын
I get stuck in the same error all time. There is not a single error in the code but it still runs the code
@lovermonkey
@lovermonkey 2 жыл бұрын
Thank you for the video. if I have my kv file integrated into my python file, do you think buldozer will still be able to convert it?
@alioudiouf6805
@alioudiouf6805 3 жыл бұрын
For your installations, you can use a venv
@gandi_baatein
@gandi_baatein 3 жыл бұрын
Which environment are you using
@ByteGeniusHub
@ByteGeniusHub Жыл бұрын
Really helpful. Please do more videos on this❤
@ayhemahmed7462
@ayhemahmed7462 Жыл бұрын
Can I do it with customtkinter? instead of kivy
@fabricenade9982
@fabricenade9982 3 жыл бұрын
I love all videos you make It's always Awesome, I learn a lot thanks to you 🌟👌
@kn9987
@kn9987 3 жыл бұрын
Hi, i compiled a app as shown, but its crashing after splash image, what could be the cause ?
@leex7776
@leex7776 3 жыл бұрын
Nice. More of this pls :) A more complex App would be nice (with database etc..)
@leex7776
@leex7776 3 жыл бұрын
I also tried to use the yahoo-fi import. But this is also not working on android for me. Maybe this would be a good example to build. Just one of your other vidoes about that with kivy :)
@hopi9927
@hopi9927 3 жыл бұрын
Can you make series video from absolute beginner to advance ?
@florida173
@florida173 3 жыл бұрын
Looks like WSL Ubuntu doesn't allow for the git clone part during `buildozer -v android debug`. Might need to use an actual linux, or at least VM
@mr.ph4ntom664
@mr.ph4ntom664 2 жыл бұрын
help when i launch the app its just black and nothing happends
@BaMBOO-F0rest
@BaMBOO-F0rest 2 жыл бұрын
Will it works without any UI i mean it's only a python script that display Hello World without using Kivvy. But the format is .APK not .PY
@genuine643
@genuine643 3 жыл бұрын
Python coding to connect gps and motors to any rasberry pi Or jetson nano... Pls bring something like this.
@MatXrix
@MatXrix Жыл бұрын
Is it possible to configure the app to run on CIRCULAR android smartwatch? BTW: really cool tutorial!
@sarangh5
@sarangh5 3 жыл бұрын
Want big projects on pythons android app , please make video Android app with function.. Thanks keep growing....
@muthurubant5812
@muthurubant5812 3 жыл бұрын
Which pulgin you have used to work with kv file
@JarppaGuru
@JarppaGuru 2 жыл бұрын
<a href="#" class="seekto" data-time="186">3:06</a> you dont need write from kivy first just write line and you get line saying hey i not understat. then you can 2.mouse click and import that lol. thats why IDE? lol
@berni2345
@berni2345 3 жыл бұрын
I've been trying to make an android app that takes pictures but failed, if you could, it'would be great
@fusionfuryx
@fusionfuryx 3 жыл бұрын
Could you please make a video on how to install and optimize the WSL
@ramamurthi7939
@ramamurthi7939 Жыл бұрын
Like your videos. Learned a fair bit. You have a talent for teaching
@Tuoc_Nguyen
@Tuoc_Nguyen 10 ай бұрын
When I built it for offline use, it was ok, but when I changed the program to use the web, the program quit.
@tedi0us90
@tedi0us90 3 жыл бұрын
thank you soo much for using windows too, I always find that most people use linux and I have no experience there.
@ShazadArshadMusic
@ShazadArshadMusic 3 жыл бұрын
Marvelous video, I came across one issue in making a .kv file in Pycharm
@JarppaGuru
@JarppaGuru 2 жыл бұрын
<a href="#" class="seekto" data-time="32">0:32</a> genious there is terminal on pycharm xD and no need install just write import kivy if it shot line under 2. mouse click and install oh oh. thats why use IDE? otherwise notepad + terminal like good old days. i mean yesterday xD
@rittol2365
@rittol2365 Жыл бұрын
Also since you installed kivy globally how do you cleaning remove from system if you get problems with dependencies later on?
@rittol2365
@rittol2365 Жыл бұрын
cause I heard pip uninstall isnt always the best
@spartanapela
@spartanapela 2 жыл бұрын
Very useful video. Excellent presentation! Thank you!
@NivaanBaruah-y9b
@NivaanBaruah-y9b 6 ай бұрын
Hi! When I clicked on run, the neural random file opened, but then I could only see a black screen. Please help!
@madhav.s2707
@madhav.s2707 3 ай бұрын
late rely but.. check if your .kv file and python file are in the same folder
@NivaanBaruah-y9b
@NivaanBaruah-y9b 3 ай бұрын
@@madhav.s2707 Okay .. Will try .. thanks mate👍
@thepaulcraft957
@thepaulcraft957 3 жыл бұрын
Ich arbeite im Moment selber an ner App, allerdings hab ich da ne flask Website genommen und dann in ner Android App angezeigt
@NeuralNine
@NeuralNine 3 жыл бұрын
auch gut ^^
@lucasrodrigues9766
@lucasrodrigues9766 3 жыл бұрын
Sehr interessant
@thepaulcraft957
@thepaulcraft957 3 жыл бұрын
@xilno ne den Teil hab ich mit Java und Android studio gemacht, das ist allerdings ziemlich wenig Java.
@Drop_Xp
@Drop_Xp Жыл бұрын
for some reason its not working for me i keep getting an error saying that the module wasnt found can anyone help?
@OhiorhenuanCyrus-wf2ls
@OhiorhenuanCyrus-wf2ls Жыл бұрын
When I run buildozer -v android debug it is giving me error I need help
@arpeethluniya
@arpeethluniya Жыл бұрын
Helo sir I'm not able to get into the buildizer spec. Using the nv command in ubuntu
@valeriapazmunoz1748
@valeriapazmunoz1748 5 ай бұрын
did u manage to use it? the nv command?
@allannortje6440
@allannortje6440 2 жыл бұрын
I subscribed and liked please don't stop educating us !
@abhishekchaudhari6367
@abhishekchaudhari6367 Жыл бұрын
I am getting following error # Check configuration tokens Unknown command/target android Please guide me to fix it
Kivy Basics in 60 MINUTES
59:02
Zenva
Рет қаралды 132 М.
Python Sockets Simply Explained
39:33
NeuralNine
Рет қаралды 170 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Every Minute One Person Is Eliminated
34:46
MrBeast
Рет қаралды 28 МЛН
Simple Android Calculator App in Python
21:06
NeuralNine
Рет қаралды 42 М.
Convert GUI App to Real Program -  Python to exe to setup wizard
23:27
Python Simplified
Рет қаралды 565 М.
Tkinter Beginner Course - Python GUI Development
38:59
NeuralNine
Рет қаралды 591 М.
Convert Python to Android with WINDOWS & LINUX + Fix Common Bugs
18:59
Python Simplified
Рет қаралды 235 М.
Deploying Your Kivy/Python App to Android with Buildozer
19:17
Erik Sandberg
Рет қаралды 150 М.
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,6 МЛН
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,7 МЛН
Build Android Apps with Flet in Python (APKs)
8:59
NeuralNine
Рет қаралды 45 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН