Learn to Make Beautiful Mobile Apps in Python | KivyMD Tutorial - MDDropdownMenu

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

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

  • @erik-sandberg
    @erik-sandberg  5 ปีที่แล้ว +5

    Hi everyone! Hope this video helped you out, and thank you for watching! Next video will be on the MDExpansionPanel widget -- what do you want to see after that? Let me know!

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

      Adding a map to an app would be nice!

    • @erik-sandberg
      @erik-sandberg  5 ปีที่แล้ว +1

      @@BonsiownsGADU I'll put the MapView widget on my todo list :)

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

      Please any way I can resolve the GL issue am having after installing kivvy on my windows sys

    • @erik-sandberg
      @erik-sandberg  5 ปีที่แล้ว +1

      Best place to get personal help is the Kivy discord channel: discordapp.com/channels/423249981340778496/423250272316293120

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

      Been waiting for this tutorial. Awesome.
      Maybe MDTabs with action buttons.

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

    I got this error message on kv file: "left_action_items: [["menu", lambda x: app.menu.open(x)]]
    TypeError: open() takes 1 positional argument but 2 were given". Is there any solution?

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

    Anyone I need some help . I want to introduce this functionality in my app but it does not work. I have 2 classes one with the widget and the other with the MDAPP. I try to apply this code to both but it does not work .

  • @gughanbabu6620
    @gughanbabu6620 4 ปีที่แล้ว

    how to print or export my kivy screen to a pdf file
    iam building a resume app and i want to export my screen as a pdf file
    help me

  • @hermanheunis9354
    @hermanheunis9354 4 ปีที่แล้ว

    Your videos are very informative. Thanks for sharing your knowledge! Is the method for setting the open(self) on the MDDropdownMenu still valid 9 months down the road?

  • @lonjezano
    @lonjezano 4 ปีที่แล้ว

    How do you change the dropdown colour

  • @FredWilliam
    @FredWilliam 4 ปีที่แล้ว

    Is it possible to have multi level MDDropdownMenu?

  • @dinht206
    @dinht206 4 ปีที่แล้ว

    how do you change the color of the dropdownMenu?

    • @lonjezano
      @lonjezano 4 ปีที่แล้ว

      Use the background _color property
      Eg self.dropdown.background_color = (rgba)

  • @d.bk-201
    @d.bk-201 5 ปีที่แล้ว

    What is your advice to speeding up kivy on mobile?

    • @erik-sandberg
      @erik-sandberg  5 ปีที่แล้ว

      It kind of depends on what you're doing, but in most cases Kivy should be quite fast. If there are performance issues, there might be some inefficient code somewhere. If you're doing heavy calculations (like in a scientific application), that's a bit of a different story.

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

    why give 2 arguments?

  • @hilaryeins1
    @hilaryeins1 4 ปีที่แล้ว

    I think kivymd doesn't work with python 3.8

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

    You shud do tutorial on filechooser wth kivymd

  • @BonsiownsGADU
    @BonsiownsGADU 5 ปีที่แล้ว

    Excellent!