Android.Widget.ResourceCursorAdapter.NewView Method
Inflates view(s) from the specified XML file.

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 override Android.Views.View NewView (Android.Content.Context context, Android.Database.ICursor cursor, Android.Views.ViewGroup parent)

See Also

CursorAdapter.NewView(Android.Content.Context, Android.Database.ICursor, Android.Database.ICursor)

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

Inflates view(s) from the specified XML file.

[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