Just reading about Typed Views and noticed a minor error in the documentation.
In the Adapter/"Using the typed list and typed view classes" page, in the section "Instantiating and using a Typed View" you refer to adapter.FillTypedView instead of ** adapter.FetchTypedView** in a number of places in both the examples and the text. (At least I can't find "FillTypedView" but can find "FetchTypedView" in the Intellisense list so I assume that "Fetch" is the right one).