onClickListener
-
EditText
Android EditText Example
Android system supports EditText, which is a subclass of TextView supplied with text editing operations. We often use EditText in…
Read More » -
TextView
Android TextView Example
Android system provides us TextView, from where we can display text into the screen. Although it contains text editing operations,…
Read More » -
Events
Android Event Handling Example
Events represents a response to user’s interaction with input controls, such as press of a button or touch of the…
Read More »