DEV Community

Eyong Kevin Enowanyo
Eyong Kevin Enowanyo

Posted on

RemindMeApp from design to implementation | Kivy Project Part 4 | Tabbed panel & Tabbed Items

🔥 RemindMe App Update
Just finished recording the next installment of my ‘RemindMe App’ YouTube series 🎥, where I implemented Kivy’s TabbedPanel and TabbedItems.

https://youtu.be/Uru0kXzqrrc

Working through it reminded me how useful tabs are for organizing related content inside a single screen, instead of jumping between full-page views with "ScreenManager". It keeps the UI clean and helps users find what they need faster.

Excited to share this tutorial — hope it helps more developers build intuitive multi-section apps with Kivy!

🔥 Content:
👉🏼 Create tabbed panel
👉🏼 Create various tabbed items
👉🏼 Add icons to the tabbed item's buttons
👉🏼 Implement Active/Inactive tabbed items Button States on Click

💛 RemindMeApp new version: https://github.com/Eyongkevin/remind-me-app/tree/tabs
💛 RemindMeApp old version: https://github.com/Eyongkevin/remindme-app

Top comments (0)