C# Class MonocleGiraffe.Android.Activities.SubGalleryActivity

Inheritance: Android.App.Activity
ファイルを表示 Open project: akshay2000/MonocleGiraffe

Protected Methods

Method Description
OnCreate ( Bundle savedInstanceState ) : void
OnDestroy ( ) : void

Private Methods

Method Description
BindCollection ( ) : void
BindViewHolder ( CachingViewHolder holder, GalleryItem item, int position ) : void
ItemClicked ( int oldPosition, Android.Views.View oldView, int position, Android.Views.View view ) : void

Method Details

OnCreate() protected method

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

OnDestroy() protected method

protected OnDestroy ( ) : void
return void