๐ Python Kivy Tutorial: How to Create an Android Navigation Drawer with Custom Features
๐
๐ฅ YouTube Video:
https://youtu.be/R05dFC0dYdE
๐ Source Code:
https://www.samcodehub.com/Kivy/kivy8.html
Description:
The navigation drawer is a menu that appears on the left side of the screen and provides options to the user to navigate through the application.
The code uses several KivyMD widgets like MDBoxLayout, OneLineIconListItem, MDList, MDNavigationLayout, MDNavigationDrawer, and others to build the navigation drawer. The code also defines classes for each widget and sets their properties like orientation, padding, spacing, and others.
#Python #Programming #OpenSource #Project #SourceCode #NavigationDrawer #AndroidNavigationDrawer #KivyFramework #KivyMD #MDBoxLayout #MDListItem
๐
๐ฅ YouTube Video:
https://youtu.be/R05dFC0dYdE
๐ Source Code:
https://www.samcodehub.com/Kivy/kivy8.html
Description:
The navigation drawer is a menu that appears on the left side of the screen and provides options to the user to navigate through the application.
The code uses several KivyMD widgets like MDBoxLayout, OneLineIconListItem, MDList, MDNavigationLayout, MDNavigationDrawer, and others to build the navigation drawer. The code also defines classes for each widget and sets their properties like orientation, padding, spacing, and others.
#Python #Programming #OpenSource #Project #SourceCode #NavigationDrawer #AndroidNavigationDrawer #KivyFramework #KivyMD #MDBoxLayout #MDListItem
YouTube
How To Create Android Navigation Drawer In Python Kivy Framework-Python Kivy App Tutorial
Navigation drawers provide access to destinations and app functionality, such as switching accounts. They can either be permanently on-screen or controlled by a navigation menu icon. Navigation drawers are recommended for: Apps with five or more top-levelโฆ