Hi Eric, a very useful set of video's but can you please say what version of kivymd you were using. Things have changed alot since your series was made. Thanks.
@pooryabolooryan38134 жыл бұрын
Erik i want to move the logo and text to the right side and bring the chevron to the left side.how i can do it.its became major issue for me these days.
@zakarialabiad94355 жыл бұрын
Can I run a kivyMD app in kivy luncher in android ? How ?
@jonathasrobison9167 Жыл бұрын
não consigo usar uma imagem na propriedade icon pode me ajudar?
@firdavsusmanov27624 жыл бұрын
Hi Erik. How can I take the main text(for example option 1), to the variable, when my expansion panel is open?
@firdavsusmanov27624 жыл бұрын
I want to do this because I want to add similar expansion panel to the another screen, when I press the button of MDExpansionPanel's Content
@Александр-р3э3м4 жыл бұрын
Thanks! Another excellent video!:-)
@eliumoraes5 жыл бұрын
Hello Erik! Thanks for the video. How can I create unique id's for the items to manipulate them after adding? Let's say that I have a list of people (that I got from a db) with a status in the screen. When the status change in db the app has to change it in the screen. So when dynamically creating the list I need to associate an id. How can I do it?
@erik-sandberg5 жыл бұрын
Dynamically adding widgets occurs in Python, but you can't associate an id to a widget created in Python (ids can only be assigned in kv). What you should do is make a list that holds all of your items, then loop through your list and choose the one you want, then update that item. Hope that helps!
@aprilannebrabante64024 жыл бұрын
Thanks for posting the videos, very helpfull. Can i ask how can I dynamically display different components in each option? thanks in advance❣️
@aprilannebrabante64024 жыл бұрын
is it ok to put index in MyContent class?
@zakarialabiad94355 жыл бұрын
great job ♥
@oydeteros58502 жыл бұрын
how do i delete a single item?
@DiegoGonzalez-ss1wp4 жыл бұрын
Hello Erik, thanks for your videos. I have watched your whole series and your videos have been of a lot of help! I am however, struggling to add this Expansion Panel widget into a specific screen. I've been trying with a "self.ids.panel_container.add_widget(panel)" on a "def on_enter" on the specific class of my desired Screen. No matter what I try, I keep getting errors. Any suggestions?
@erickthamara5154 Жыл бұрын
Hey bro should I learn kivy or just start learning reactnative.Note that I am already pretty decent at python and have yo present an app in 4months.
@lobanovkirill5 жыл бұрын
Hello!) Thanks for video! Maybe you can create step by step course for beginners how create mobile app in kivy?))
@erik-sandberg5 жыл бұрын
I have a video on deploying to iOS here: kzbin.info/www/bejne/i3LMZIN9YtaBaM0
@BonsiownsGADU5 жыл бұрын
Are in your plans to create an .apk to run it on an android device?
@erik-sandberg5 жыл бұрын
I probably will in the future, but I don't own any Android devices at the moment
@Topicwiselearning Жыл бұрын
Love from India
@erik-sandberg Жыл бұрын
Love to India!
@manuelcarrau4480Ай бұрын
Seems to be the 1.2.0 version. This is no longer useful if using 2.0.0 version.
3 жыл бұрын
All of these examples too simple. I should use this widget on RecycleView with data fetching from data base. I spent two days but haven't any result((((((( Please explain how to use it with recycler.