Android textview displays text to the user and also allow to edit and android textview is complete text editor.
Android Button represents a push-button...There are many type of buttons toggle button, Radio button, CompoundButton etc.
Android Edittext can be used to retrieve text data from user.edittext displays empty textfield which a user can enter the required text and this text is further used inside our application.
Android checkbox have two state checked and unchecked. Android checkbox allows the user to select multiple items, each checkbox manage separately and you must put onClickListener for every checkbox.
No comments:
Post a Comment