Kivy crash course 8: Let's fix some bugs HD
In this video I set out to fix a few bugs and weird behaviours in our toy program, mostly to do with some default widget sizes and positions that lead to unexpected behaviour like the ability to move the label by clicking nowhere near it. I think this video will mostly round off this toy program, and intend to move to cover some different things in future videos, though I might come back to this one to cover more basics like animation or manual touch handling. If you have any suggestions, please feel free to comment! Links: - Python code at start: https://github.com/inclement/kivycrashcourse/blob/master/video8-lets_fix_some_bugs/before.py - Kv code at start: https://github.com/inclement/kivycrashcourse/blob/master/video8-lets_fix_some_bugs/tutorial.kv_before - Python code at end: https://github.com/inclement/kivycrashcourse/blob/master/video8-lets_fix_some_bugs/after.py - Kv code at start: https://github.com/inclement/kivycrashcourse/blob/master/video8-lets_fix_some_bugs/tutorial.kv_after