widget
-
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 » -
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 » -
Android Auto Complete Example
Sometimes we want from our application, to provide suggestions to the user, when he/she types in an editable text field.…
Read More »