C# Class Com.Wikitude.Samples.MainActivity

Inheritance: Android.App.ListActivity
Show file Open project: Redth/Wikitude.Xamarin

Protected Methods

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

Private Methods

Method Description
deleteDirectoryContent ( string path ) : void
getActivitiesToLaunch ( ) : List>.Dictionary

Method Details

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

getListLabels() protected method

protected getListLabels ( ) : string[]
return string[]