Some adapter implementations (such as the CursorAdapter) don’t have a GetView method, rather they require two different methods NewView and BindView which enforce row re-use by separating the responsibilities of GetView into two methods. There is a CursorAdapter example later in the document.