Some notes found during debugging.
- The
MainActivity
contains some setup code, but it usesContentController
internally -
ContentController
has the focus to (as the name suggests) control the main content, i.e. control what happens when the user clicks on an sitemap item, restore state after app change, control the back button - "Good" debug break points are in
Widget
line 265, andItem
line 87