Screens
Everything on SkillVeris tagged Screens — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Study Notes(3)
Screens and Navigation
How canvas apps structure multiple screens, pass data between them with Navigate, manage app-wide state with variables and collections, and design navigation p…
Your First Canvas App
A walkthrough of building a first canvas app using 'Start with data', covering the Browse/Detail/Edit screen pattern, galleries, and saving records with Patch…
Passing Arguments Between Screens
How to pass IDs, primitives, and complex data safely between destinations in Navigation Compose using route arguments and shared ViewModels.