C# Class XamFeed.Droid.MainActivity

Inheritance: Android.App.ListActivity
Exibir arquivo Open project: tutsplus/Multi-Platform-Apps-With-Xamarin

Public Methods

Method Description
MainActivity ( ) : System

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnListItemClick ( ListView l, Android.Views.View v, int position, long id ) : void

Method Details

MainActivity() public method

public MainActivity ( ) : System
return System

OnCreate() protected method

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

OnListItemClick() protected method

protected OnListItemClick ( ListView l, Android.Views.View v, int position, long id ) : void
l ListView
v Android.Views.View
position int
id long
return void