Android App Development in Python With Kivy

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ค. 2024
  • In this video, we learn how to develop Android apps in Python using Kivy.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
    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
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 302

  • @gx3mz
    @gx3mz 2 ปีที่แล้ว +95

    This is literally the first time i know this is possible

    • @nocopyrightgameplaystockvi231
      @nocopyrightgameplaystockvi231 2 ปีที่แล้ว

      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 2 ปีที่แล้ว

      @@nocopyrightgameplaystockvi231 do you know how to fix "unable to get window, abort" error?

    • @srpcdgaming
      @srpcdgaming ปีที่แล้ว

      same

    • @KimJovanne-vb4mc
      @KimJovanne-vb4mc 10 หลายเดือนก่อน

      Me too bruh

    • @Shariff66
      @Shariff66 6 หลายเดือนก่อน

      Yeah...me too

  • @gus.stviaaa
    @gus.stviaaa 2 ปีที่แล้ว +73

    Definitely need more vids for Kivy

  • @jonasbrinkworse5436
    @jonasbrinkworse5436 ปีที่แล้ว +27

    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 2 ปีที่แล้ว +46

    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 ปีที่แล้ว +2

      Hows the development going? You guys create anything since??

    • @daowiz001
      @daowiz001 ปีที่แล้ว +5

      @@JRis44 yes! Plenty. Working on an interface for an app right now, kivy rocks.

    • @kngaming5671
      @kngaming5671 8 หลายเดือนก่อน

      @@daowiz001 😲

  • @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.

  • @nineoneone6651
    @nineoneone6651 2 ปีที่แล้ว +34

    Can't wait for more vids with kivy

  • @diolenlite8012
    @diolenlite8012 2 ปีที่แล้ว +2

    Loved it.... Followed all your steps and was able to build my first python app successfully!

  • @harmanjeetsingh8864
    @harmanjeetsingh8864 2 ปีที่แล้ว +1

    Finally a better tutorial on kivy
    Loved your videos 👍
    I don't comments on TH-cam but your videos make me now you can see hoe much python developer needed this video 👍

  • @peschebichsu
    @peschebichsu 2 ปีที่แล้ว +4

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

  • @_SahilShah
    @_SahilShah 2 ปีที่แล้ว +2

    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!🙌🏼

  • @GlenSwan
    @GlenSwan 2 ปีที่แล้ว +2

    @
    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.

  • @ToadBlade
    @ToadBlade หลายเดือนก่อน

    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)

  • @gabhadiya5460
    @gabhadiya5460 3 หลายเดือนก่อน

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

  • @tmh9036
    @tmh9036 2 ปีที่แล้ว +4

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

  • @fcf8269
    @fcf8269 ปีที่แล้ว +5

    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?

  • @seanriley7201
    @seanriley7201 2 ปีที่แล้ว +9

    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

  • @kasperchristensen8416
    @kasperchristensen8416 ปีที่แล้ว

    Thank you SO much for this tutorial! Just what I was looking for. Cheers from Denmark 🍻

  • @utsavnagda4136
    @utsavnagda4136 ปีที่แล้ว

    Amazing quality of the video! Very well made! Hats off!

  • @DrCrowie
    @DrCrowie 2 ปีที่แล้ว +3

    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

  • @kewartoscar8913
    @kewartoscar8913 ปีที่แล้ว

    Thank you for simplifying android app development with Kivy.

  • @FauziNomad
    @FauziNomad 2 หลายเดือนก่อน

    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.

  • @OmidAtaollahi
    @OmidAtaollahi ปีที่แล้ว +4

    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.

  • @jessicamorris8035
    @jessicamorris8035 ปีที่แล้ว

    Thank you for giving valuable information on the Android app development using Python Kivy. Keep sharing more details about App development.

  • @carstenjensen3123
    @carstenjensen3123 10 หลายเดือนก่อน

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

  • @jimmyrokz
    @jimmyrokz 2 ปีที่แล้ว +1

    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.

  • @Machiuka
    @Machiuka 5 หลายเดือนก่อน

    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!

  • @python4692
    @python4692 2 ปีที่แล้ว +1

    Bro waiting other Kivy tutorials.
    Nice work! Everything is clear as usual. Do more videos for Kivy

  • @mimurajam1501
    @mimurajam1501 2 ปีที่แล้ว +2

    Thanks a lot for the video, i would love to watch more kivy projects

  • @o1techacademy
    @o1techacademy ปีที่แล้ว +1

    This Kivy is powerful. Thank you for the tutorial.
    Can Kivy stand as a substitute to Java and Kotline in android development?

  • @spartanapela
    @spartanapela ปีที่แล้ว +1

    Very useful video. Excellent presentation! Thank you!

  • @silakanveli
    @silakanveli 2 ปีที่แล้ว

    Great straight forward approach!

  • @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?

  • @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 TH-cam so we can learn more from you.

  • @fabricenade9982
    @fabricenade9982 2 ปีที่แล้ว +1

    I love all videos you make
    It's always Awesome, I learn a lot thanks to you 🌟👌

  • @princejamespugado6050
    @princejamespugado6050 ปีที่แล้ว

    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?

  • @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?

  • @StephenYavorski
    @StephenYavorski 11 หลายเดือนก่อน

    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

  • @abtasamk8525
    @abtasamk8525 2 ปีที่แล้ว

    Ooh u did it bro... Finally waiting ended

  • @zwinzee4655
    @zwinzee4655 6 หลายเดือนก่อน

    Keep it up! This video is so amazing quality!
    More python app development videos❤

  • @IgorZyden
    @IgorZyden 10 หลายเดือนก่อน +1

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

  • @ramamurthi7939
    @ramamurthi7939 ปีที่แล้ว

    Like your videos. Learned a fair bit. You have a talent for teaching

  • @sander15.
    @sander15. 2 ปีที่แล้ว

    nice vid! pls continue with this series

  • @evgeniaslivko8120
    @evgeniaslivko8120 3 หลายเดือนก่อน

    Hello, @
    NeuralNine what if Python project contains custom libraries and virtual environment, should all be in the same folder for compiling?

  • @AryamanSriram
    @AryamanSriram 23 วันที่ผ่านมา

    Amazing. I needed this.

  • @raindeer3659
    @raindeer3659 2 ปีที่แล้ว

    I love this course so please continue in this course

  • @AiPhile
    @AiPhile 2 ปีที่แล้ว

    Sir can we compile opencv or any others module project with this ?

  • @MananGandhi
    @MananGandhi 2 ปีที่แล้ว +2

    Wanted this for sooooo long 😁

  • @Tremerlin
    @Tremerlin ปีที่แล้ว

    damn this is the first video i watched on learning kivy. thanks man i understood it all lol

  • @muthurubant5812
    @muthurubant5812 2 ปีที่แล้ว

    Which pulgin you have used to work with kv file

  • @Altohamy
    @Altohamy 2 ปีที่แล้ว +1

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

  • @ShazadArshadMusic
    @ShazadArshadMusic 2 ปีที่แล้ว

    Marvelous video, I came across one issue in making a .kv file in Pycharm

  • @CarChroniclesChannel
    @CarChroniclesChannel 21 วันที่ผ่านมา

    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?

  • @SporteeGamer
    @SporteeGamer 2 ปีที่แล้ว

    Can we use other libraries in kivy like open CV or others to create an app

  • @itzsid42069
    @itzsid42069 2 ปีที่แล้ว

    how to put multiple buttons and other controls on the form and what about their placement. Is there a GUI for kivy

  • @ByteGeniusHub
    @ByteGeniusHub 5 หลายเดือนก่อน

    Really helpful. Please do more videos on this❤

  • @Sachin-hk9ed
    @Sachin-hk9ed 6 หลายเดือนก่อน

    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

  • @2ndpower2
    @2ndpower2 ปีที่แล้ว

    My file isn't saving as a .kv file in my PyCharm , Should I read the Kivy documentation or is there a fix

  • @vishnubalaji9500
    @vishnubalaji9500 ปีที่แล้ว

    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

  • @saadchaudhary3177
    @saadchaudhary3177 2 ปีที่แล้ว

    Definitely need more videos on Kivy.
    please make videos series.

  •  2 ปีที่แล้ว

    Great video!
    But there is a thing... until the day you published the video, we could also upload this APK file to the playstore.
    One day after you release (1st August 2021) the playstore stopped accepting APKs, we need to upload an AAB file.
    Anyway you upload a video teaching how to generate this AAB file?
    Thanks!!

  • @allannortje6440
    @allannortje6440 ปีที่แล้ว

    I subscribed and liked please don't stop educating us !

  • @tedi0us90
    @tedi0us90 2 ปีที่แล้ว +1

    thank you soo much for using windows too, I always find that most people use linux and I have no experience there.

  • @penttiitkonen9765
    @penttiitkonen9765 2 ปีที่แล้ว

    Good! You have a good grip on teaching with video. Continue on the same path. How about a Python Bluetooth app for Andoid in the next video?

  • @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 ?

  • @ahmadsystems3560
    @ahmadsystems3560 2 ปีที่แล้ว

    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.

  • @kn9987
    @kn9987 2 ปีที่แล้ว

    Hi, i compiled a app as shown, but its crashing after splash image, what could be the cause ?

  • @carloscampos7709
    @carloscampos7709 ปีที่แล้ว

    Thanks! It was really useful

  • @dieudonnetambah4559
    @dieudonnetambah4559 2 ปีที่แล้ว

    Cool video. Thanks. Pls do more tutorials on kivy.

  • @inaski4874
    @inaski4874 2 ปีที่แล้ว

    Este canal es oro puro

  • @fusionfuryx
    @fusionfuryx 2 ปีที่แล้ว

    Could you please make a video on how to install and optimize the WSL

  • @info-prog
    @info-prog 2 ปีที่แล้ว

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

  • @adamfatyga7977
    @adamfatyga7977 ปีที่แล้ว

    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'

  • @alioudiouf6805
    @alioudiouf6805 2 ปีที่แล้ว

    For your installations, you can use a venv

  • @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?

  • @gergohorvath2538
    @gergohorvath2538 ปีที่แล้ว

    I’m definitely going to try it🎉

  • @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

  • @mohammedjuraige2434
    @mohammedjuraige2434 2 ปีที่แล้ว

    Wow.
    thank you.
    Please do more

  • @saschahahn8994
    @saschahahn8994 ปีที่แล้ว +2

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

  • @vics3973
    @vics3973 ปีที่แล้ว

    i can t change the directory im navigating in on the wsl terminal

  • @timkeikenya4579
    @timkeikenya4579 2 ปีที่แล้ว

    this made my day... thnaks alot!1

  • @akki11ify
    @akki11ify 2 ปีที่แล้ว +4

    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?

  • @the_python_man
    @the_python_man ปีที่แล้ว

    man you're blessed .........thanks

  • @arpeethluniya
    @arpeethluniya ปีที่แล้ว

    Helo sir I'm not able to get into the buildizer spec. Using the nv command in ubuntu

  • @g3_gigi139
    @g3_gigi139 ปีที่แล้ว

    Excellent Work!

  • @tcgvsocg1458
    @tcgvsocg1458 2 ปีที่แล้ว

    Excellent ! Please do a video for android app in python can random reasearch on browser

  • @typecz4369
    @typecz4369 10 หลายเดือนก่อน +1

    Does linux system work on windows 11?

  • @trending1360
    @trending1360 2 ปีที่แล้ว

    Which environment are you using

  • @MatXrix
    @MatXrix 5 หลายเดือนก่อน

    Is it possible to configure the app to run on CIRCULAR android smartwatch?
    BTW: really cool tutorial!

  • @TheRealDrWho
    @TheRealDrWho 5 หลายเดือนก่อน

    Very nice video, Ty 💯💯💯

  • @sw-code6027
    @sw-code6027 2 ปีที่แล้ว +1

    More kivy tuts ❤😍😘

  • @OmidAtaollahi
    @OmidAtaollahi ปีที่แล้ว

    really good tutorial. Thank you.

  • @leex7776
    @leex7776 2 ปีที่แล้ว +7

    Nice. More of this pls :)
    A more complex App would be nice (with database etc..)

    • @leex7776
      @leex7776 2 ปีที่แล้ว

      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 :)

  • @ayhemahmed7462
    @ayhemahmed7462 ปีที่แล้ว

    Can I do it with customtkinter?
    instead of kivy

  • @denilsonemmanuel9773
    @denilsonemmanuel9773 2 ปีที่แล้ว +2

    I need more kivy videos.
    Great work

  • @kennethjohnson862
    @kennethjohnson862 2 ปีที่แล้ว

    Dude!!! post more of these videos.
    NeuralNine == awesome content

  • @BaMBOO-F0rest
    @BaMBOO-F0rest ปีที่แล้ว

    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

  • @sarangh5
    @sarangh5 2 ปีที่แล้ว

    Want big projects on pythons android app , please make video Android app with function.. Thanks keep growing....

  • @timvid565
    @timvid565 ปีที่แล้ว

    This is awesome
    Thanks for this

  • @berni2345
    @berni2345 2 ปีที่แล้ว

    I've been trying to make an android app that takes pictures but failed, if you could, it'would be great