Тёмный

Exploring the Kivy NavigationDrawer - samuel courses 

Samuel Courses
Подписаться 4 тыс.
Просмотров 10 тыс.
50% 1

A simple tutorial showing off the Kivy navigation drawer widget and a simple usecase.
Dont forget to like and subscribe if this spiked your kivy interest
Get My New Udemy Course Here:
www.udemy.com/desktop-guis-wi...
I'm on social media..ish:
Twitter: @silverhash
Instagram: @silverh4sh
Email: Tawanda.samuelson@gmail.com

Опубликовано:

 

15 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 45   
@daowiz001
@daowiz001 3 года назад
Your tutorials are so comprehensive I'm super impressed. Thanks so much. Please keep the Kivy tuts coming!
@cirogoyeneche9400
@cirogoyeneche9400 5 лет назад
Your help is soo useful dude! Don't stop doing videos. You're helping a lot!
@ComicRage
@ComicRage 5 лет назад
Thank you so much dude!!!! You're my hero, saved my project right on time:D
@MrELMOSAFER
@MrELMOSAFER 20 дней назад
thank you so much its very understandable explanation .. but why you stop before a years ? why no more videos ? we need more tutorials
@gamestv4875
@gamestv4875 4 года назад
You are like the God of Kivy , nice tut
@portinho199
@portinho199 2 года назад
Fantastic!
@HelloWorld-fh2ge
@HelloWorld-fh2ge 4 года назад
Great, and courage.
@siamakshams1923
@siamakshams1923 4 года назад
Thank you that was very helpful.
@goyalakriti
@goyalakriti 5 лет назад
thank you soooo much samuel ....☺️☺️ I have no words to say .. but really I am happy that you helped me...😊 really thank you ...
@samuelcourses7225
@samuelcourses7225 5 лет назад
no problem
@dmytro_live
@dmytro_live 3 года назад
you make so beautiful video! =) make more
@anoopsrana
@anoopsrana 4 года назад
Can you make one tutorial on progress bar .A straight progress bar and circular one.
@routadu
@routadu 4 года назад
is there any way to place it at the bottom side ? Or it is available only on the left ?
@mohamedsafran6987
@mohamedsafran6987 4 года назад
hey Samuel, i'm planning to do Medical based mobile app, will you help me out with search engine, I have list which over 100 diseases and capsules but then I have no idea how to bring them all into the search engine(Search Box)
@tembyyizreel9239
@tembyyizreel9239 3 года назад
Hi Samuel, can you please help me with this error KeyError: 'kivy.garden.navigationdrawer'
@pablodiaz1811
@pablodiaz1811 4 года назад
I'will try to implement to the POS system. Kivymd just update the code and there's other way to do this
@avinabhchambial6283
@avinabhchambial6283 4 года назад
it would have been great if you would have shared the final code link in the description
@tonihullzer1611
@tonihullzer1611 2 года назад
Is there any way to see this code in pure python code? That would be perfect thank you:)
@amanpandya007
@amanpandya007 4 года назад
thanks a lot sir. this video is very helpful. but what to do if we want to pass some data between 2 kivy screens?
@samuelcourses7225
@samuelcourses7225 4 года назад
use ids, checkout the dashboard tutorial in myPOS system
@artempaskevichyan1275
@artempaskevichyan1275 4 года назад
Hello, Samuel, thank you a lot for your videos they are helps a lot, but I have a question, can I make this sidebar coming from bottom of the screen, for example now it's coming from left, I'd be really happy if you would answer
@samuelcourses7225
@samuelcourses7225 4 года назад
You cant..you'd have to create a custom widget for that
@samuelcourses7225
@samuelcourses7225 4 года назад
or checkout KivyMD, they have a BottomSheet widget, wjich is exactly what you describe
@daowiz001
@daowiz001 3 года назад
What does your buildozer spec need to have in it for garden.navigationdrawer to work?
@daowiz001
@daowiz001 3 года назад
After some fiddling I just downloaded the navigationdrawer from github and imported it directly into my apps code. Seems to work nicely!
@goyalakriti
@goyalakriti 5 лет назад
samual I need one more help .. how to add more that 2 class in a single file in kivy ..so that I could join navigation drawer in my project
@samuelcourses7225
@samuelcourses7225 5 лет назад
The content box is just the base, all you have to do is add everything else that your project has inside the content box
@Izzat-bj1le
@Izzat-bj1le 4 года назад
How i can convert my kivy project to app???
@ssquare7484
@ssquare7484 3 года назад
by buildozer
@kaitaviolin
@kaitaviolin 3 года назад
Hi Samuel, am kindly you requesting to help us understand implementation of the RecyClerView with Click Listeners in Kivy, you are our best bet. There seems to only be the docs which is abit complicated for us junior developers, works fine and loads a recyclerview on a full window, but how would you edit it to appear in only a certain layout ie BoxLayout in a window? kivy.org/doc/stable/api-kivy.uix.recycleview.html
@goyalakriti
@goyalakriti 5 лет назад
hey samuel when I am trying to run this code in my system their is an error occur error is Traceback (most recent call last): File "navdemo.py", line 11, in from kivy.garden.navigationdrawer import NavigationDrawer File "", line 971, in _find_and_load File "", line 955, in _find_and_load_unlocked File "", line 656, in _load_unlocked File "", line 628, in _load_backward_compatible KeyError: 'kivy.garden.navigationdrawer' why this happen
@samuelcourses7225
@samuelcourses7225 5 лет назад
did you install navigationdrawer from kivy garden in your python3 environment?That is, when you run 'garden list' in your terminal/cmd is navigationdrawer listed?
@goyalakriti
@goyalakriti 5 лет назад
@@samuelcourses7225 no .. navigationdrawer is not showing when I run garden list ..
@samuelcourses7225
@samuelcourses7225 5 лет назад
which is why you are getting that error. When you run 'garden list' what do you get?and which OS are you using?
@goyalakriti
@goyalakriti 5 лет назад
@@samuelcourses7225 UBUNTU 18.04 LTS
@goyalakriti
@goyalakriti 5 лет назад
when I run "garden list" I get [INFO ] [Logger ] Record log in /home/akriti/.kivy/logs/kivy_19-02-10_18.txt [INFO ] [Kivy ] v1.10.1 [INFO ] [Python ] v3.6.7 (default, Oct 22 2018, 11:32:17) [GCC 8.2.0] xpopup
Далее
Python/Kivy POS System Part 5:Routing(Part 1)
10:08
Просмотров 6 тыс.
My Puzzle Robot is 200x Faster Than a Human
21:21
Просмотров 8 млн
Simple & Elegant Map in Kivy - MapView Tutorial
11:44
Kivy Tutorial 5 : Widgets & Switching Screens
25:47
Просмотров 92 тыс.
Kivy Basics
32:44
Просмотров 57 тыс.
Python Kivy GUI Example & Source Code
13:18
Просмотров 186 тыс.
How to Create Awesome Kivy Signin Screens (PROMO)
12:07
Python/Kivy POS System Part 5: Routing(Part 3)
10:35
I turned Programming into a Game
8:49
Просмотров 75 тыс.