Onfinishinflate () callback method that is called when the application is loaded from XML and used to build the interface with it
Onmeasure () Detecting the size of the view component and its subcomponents
OnLayout () When the component needs to allocate its sub-component position, large hours
Onsizechange () When the size of the component is changed
OnDraw () When the component will draw its contents
OnKeyDown when a keyboard is pressed
OnKeyUp when you release a keyboard
Ontrackballevent when a trackball event occurs
Ontouchevent when a touch-screen event occurs
Onwindowfocuschanged (Boolean) When the component gets, loses focus
Onatrrachedtowindow () When the component is placed in a window
Ondetachedfromwindow () The method that is triggered when the component is detached from a window
onwindowvisibilitychanged (int): The party that is triggered when the visible law of the window containing the component has changed
The Android View method