C# Class CandySearch.MainActivity

Inheritance: Android.App.Activity, SearchView.IOnQueryTextListener
Afficher le fichier Open project: beginor/practice

Méthodes publiques

Méthode Description
OnCreateOptionsMenu ( IMenu menu ) : bool
OnQueryTextChange ( string newText ) : bool
OnQueryTextSubmit ( string query ) : bool

Méthodes protégées

Méthode Description
OnCreate ( Bundle savedInstanceState ) : void

Private Methods

Méthode Description
OnQueryTextChange ( object sender, Android.Widget.SearchView e ) : void

Method Details

OnCreate() protected méthode

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

OnCreateOptionsMenu() public méthode

public OnCreateOptionsMenu ( IMenu menu ) : bool
menu IMenu
Résultat bool

OnQueryTextChange() public méthode

public OnQueryTextChange ( string newText ) : bool
newText string
Résultat bool

OnQueryTextSubmit() public méthode

public OnQueryTextSubmit ( string query ) : bool
query string
Résultat bool