The seed for this crawl was a list of every host in the Wayback Machine
This crawl was run at a level 1 (URLs including their embeds, plus the URLs of all outbound links including their embeds)
The WARC files associated with this crawl are not currently available to the general public.

| android.widget.SimpleCursorAdapter.ViewBinder |
This class can be used by external clients of SimpleCursorAdapter to bind values fom the Cursor to views. You should use this class to bind values from the Cursor to views that are not directly supported by SimpleCursorAdapter or to change the way binding occurs for views supported by SimpleCursorAdapter.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Binds the Cursor column defined by the specified index to the specified view.
| |||||||||||
Binds the Cursor column defined by the specified index to the specified view. When binding is handled by this ViewBinder, this method must return true. If this method returns false, SimpleCursorAdapter will attempts to handle the binding on its own.
| view | the view to bind the data to |
|---|---|
| cursor | the cursor to get the data from |
| columnIndex | the column at which the data can be found in the cursor |