Android.Widget.CursorAdapter.NewView Method
Makes a new view to hold the data pointed to by cursor.

Syntax

[Android.Runtime.Register("newView", "(Landroid/content/Context;Landroid/database/Cursor;Landroid/view/ViewGroup;)Landroid/view/View;", "GetNewView_Landroid_content_Context_Landroid_database_Cursor_Landroid_view_ViewGroup_Handler")]
public abstract Android.Views.View NewView (Android.Content.Context context, Android.Database.ICursor cursor, Android.Views.ViewGroup parent)

Parameters

context
Interface to application's global information
cursor
The cursor from which to get the data. The cursor is already moved to the correct position.
parent
The parent to which the new view is attached to

Returns

Documentation for this section has not yet been entered.

Remarks

Makes a new view to hold the data pointed to by cursor.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1