C# Class EvolveExample.Fragments.GridFragment

Inheritance: Android.Support.V4.App.Fragment
Afficher le fichier Open project: bduncavage/evolve2013 Class Usage Examples

Méthodes publiques

Méthode Description
GridFragment ( ) : System
OnCreate ( Bundle savedInstanceState ) : void
OnCreateView ( Android.Views.LayoutInflater inflater, Android.Views.ViewGroup parent, Bundle data ) : Android.Views.View

Method Details

GridFragment() public méthode

public GridFragment ( ) : System
Résultat System

OnCreate() public méthode

public OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
Résultat void

OnCreateView() public méthode

public OnCreateView ( Android.Views.LayoutInflater inflater, Android.Views.ViewGroup parent, Bundle data ) : Android.Views.View
inflater Android.Views.LayoutInflater
parent Android.Views.ViewGroup
data Bundle
Résultat Android.Views.View