-
Notifications
You must be signed in to change notification settings - Fork 1
UI.ViewShortcuts
Paul Moeller edited this page Oct 29, 2014
·
2 revisions
-
conceptually much more simple
-
just a function
-
a way that we generally share a bundle of widgets
-
older code uses them often
-
for new code, prefer creating Widgets to ViewShortcuts
(we've got better test infrastructure for Widgets)
- Agenda
- Getting Started
- My-Status Example Application
- Model
- View
- Task
- Application Support
- Testing
- Miscellaneous