C# 클래스 CandySearch.MainActivity

상속: Android.App.Activity, SearchView.IOnQueryTextListener
파일 보기 프로젝트 열기: beginor/practice

공개 메소드들

메소드 설명
OnCreateOptionsMenu ( IMenu menu ) : bool
OnQueryTextChange ( string newText ) : bool
OnQueryTextSubmit ( string query ) : bool

보호된 메소드들

메소드 설명
OnCreate ( Bundle savedInstanceState ) : void

비공개 메소드들

메소드 설명
OnQueryTextChange ( object sender, Android.Widget.SearchView e ) : void

메소드 상세

OnCreate() 보호된 메소드

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
리턴 void

OnCreateOptionsMenu() 공개 메소드

public OnCreateOptionsMenu ( IMenu menu ) : bool
menu IMenu
리턴 bool

OnQueryTextChange() 공개 메소드

public OnQueryTextChange ( string newText ) : bool
newText string
리턴 bool

OnQueryTextSubmit() 공개 메소드

public OnQueryTextSubmit ( string query ) : bool
query string
리턴 bool