This style might not suit some, but I think when learning a different gui library (and coming from another) you sort of get an understanding of how different parameters work, and which your looking for. This style suits that transition! I appreciate this type of video (though I am only somewhere between intermediate and beginner)
Hello Samuel. Thank you for all your videos. I have learned and inspired from you a lot. I have 2 questions for you: 1. you typed runmobile to run the code. how to do that? 2. do you have a video on how to have a service notification from a kivy app on android? Thanks
Sir i am facing a problem related to my touchpad. During running the programs of kivy the buttons are randomly pressing automatically. So i am getting very difficulty to execute the calculator program spacially and also for other programs. Plz help me.......
@@samuelcourses7225 mostly all programs which contains buttons.....i know this is not programs related problem....this is due to touchpad related, whenever i just touch my touchpad but still not pressed any button , it shows that any random button is pressed, due to only touch . If u r getting my problem ,plz give me solution.
It still works just fine..Im currently using Kivy 1.11, the latest, stable release and it works, however, if you dont want to use it for some reason, go ahead and use the `on_press` even or bind to the `on_touch_down` event
@@samuelcourses7225 Thank you for your support. I appreciate. I'm using kivy 1.11.1 as well. If I'm using on_release or on_press, I get the following error "line 725, in _apply_rule raise AttributeError(key) AttributeError: press" With on_touch_down works fine.
You are not really explaining anything. Not why you do what you do, or what effect the different things you write have. You simply write code and read it out loud.
I thought it was pretty obvious since its on screen..sorry if this video didnt help you much, I'll keep your views in mind the next time I record something
This style might not suit some, but I think when learning a different gui library (and coming from another) you sort of get an understanding of how different parameters work, and which your looking for. This style suits that transition! I appreciate this type of video (though I am only somewhere between intermediate and beginner)
Will keep doing it like this
Hello Samuel.
Thank you for all your videos. I have learned and inspired from you a lot. I have 2 questions for you:
1. you typed runmobile to run the code. how to do that?
2. do you have a video on how to have a service notification from a kivy app on android?
Thanks
runmobile is basically a terminal command so it has something like: cd project/my_app/ ; python3 main.py;
Amazing video! Do you have a tutorial, how to create the bottom Navigationbar? With the „Home“ and „Phone“ button and so on… Would be awsome!
well done
Great samuel❤️❤️
Is kivy good for building heavy apps?
Nope, just for creating light weight apps
Nice Video Clip!! post more videos Bro
Held up in a big project now but will try to post more
How to upload and download stuff in kivy?
great work Sir. Please, how can we find the code?
Bro how you desktop icon like that logo desogn like that
Please how did you create the buttons bellow, I am referring the home button, menu button, call button and the settings buttons below
Those are custom buttons with icons mate
Hello is there a way I could hide a widget in kivy
plz make a video on stopwatch in kivy
What Operating System do you use?
Kubuntu 18.04 LTS
Sir i am facing a problem related to my touchpad. During running the programs of kivy the buttons are randomly pressing automatically. So i am getting very difficulty to execute the calculator program spacially and also for other programs.
Plz help me.......
Which program?
@@samuelcourses7225 mostly all programs which contains buttons.....i know this is not programs related problem....this is due to touchpad related, whenever i just touch my touchpad but still not pressed any button , it shows that any random button is pressed, due to only touch . If u r getting my problem ,plz give me solution.
Upload more
Samuel, would you like to teach how to use the icon??
You use it like a normal button
@@samuelcourses7225 Would you like to share where do you download the icon? I use mine but I face problems.
@@samuelcourses7225 Besides, where does the caption import from and how can I combine the icon with it?
@@jaredliw , its a custom made widget
@@samuelcourses7225 By how? What widgets were combined?
As I can see, the on_release property doesn't work anymore. Could you please explain what is wrong?
It still works just fine..Im currently using Kivy 1.11, the latest, stable release and it works, however, if you dont want to use it for some reason, go ahead and use the `on_press` even or bind to the `on_touch_down` event
@@samuelcourses7225 Thank you for your support. I appreciate. I'm using kivy 1.11.1 as well. If I'm using on_release or on_press, I get the following error "line 725, in _apply_rule
raise AttributeError(key)
AttributeError: press"
With on_touch_down works fine.
@@vidxqzw well now you have to send your code so I can see what the problem is can you paste your code in pastebin.com and send the link?
how do you simulate the right screen size for a phone?
python main.py --size=360x720 --dpi=512
@@samuelcourses7225 thank you, I put this in geany and works fine...
are you using some theme
Nope, designed the app myself
How to make the down navigation bar please tell me how to do to I want to learn Please☺ For Free
I dont get you, like a dropdown? checkout a Spinner
I ment like the bar showed in the picture of the link images.app.goo.gl/bTiYpRmrtwrN1u5E8. Please make a vedio for it.
Please make it fast
Hi
You are not really explaining anything.
Not why you do what you do, or what effect the different things you write have.
You simply write code and read it out loud.
I thought it was pretty obvious since its on screen..sorry if this video didnt help you much, I'll keep your views in mind the next time I record something