C# Class HelloListView.HelloListView

Inheritance: Android.App.ListActivity
Exibir arquivo Open project: kevinmcmahon/MonoDroid101

Public Methods

Method Description
HelloListView ( ) : System
HelloListView ( IntPtr handle ) : System

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Method Details

HelloListView() public method

public HelloListView ( ) : System
return System

HelloListView() public method

public HelloListView ( IntPtr handle ) : System
handle System.IntPtr
return System

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void