Метод | Описание | |
---|---|---|
NewInstance ( int position ) : |
||
OnCreate ( Bundle savedInstanceState ) : void | ||
OnCreateView ( Android.Views.LayoutInflater inflater, Android.Views.ViewGroup container, Bundle savedInstanceState ) : Android.Views.View | ||
OnDestroy ( ) : void | ||
OnViewCreated ( Android.Views.View view, Bundle savedInstanceState ) : void |
Метод | Описание | |
---|---|---|
BindViewHolder ( CachingViewHolder holder, |
||
RenderAlbum ( IGalleryItem item ) : void | ||
RenderHeader ( IGalleryItem item ) : void | ||
RenderImage ( IGalleryItem item ) : void | ||
UpdateAlbumAdapter ( ) : void |
public static NewInstance ( int position ) : |
||
position | int | |
Результат |
public OnCreate ( Bundle savedInstanceState ) : void | ||
savedInstanceState | Bundle | |
Результат | void |
public OnCreateView ( Android.Views.LayoutInflater inflater, Android.Views.ViewGroup container, Bundle savedInstanceState ) : Android.Views.View | ||
inflater | Android.Views.LayoutInflater | |
container | Android.Views.ViewGroup | |
savedInstanceState | Bundle | |
Результат | Android.Views.View |
public OnViewCreated ( Android.Views.View view, Bundle savedInstanceState ) : void | ||
view | Android.Views.View | |
savedInstanceState | Bundle | |
Результат | void |