C# Class XamFeed.Droid.MainActivity

Inheritance: Android.App.ListActivity
Afficher le fichier Open project: tutsplus/Multi-Platform-Apps-With-Xamarin

Méthodes publiques

Méthode Description
MainActivity ( ) : System

Méthodes protégées

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

Method Details

MainActivity() public méthode

public MainActivity ( ) : System
Résultat System

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

OnListItemClick() protected méthode

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