Totu3-Android Button Example Adding Numbers
Totu3-Android Button Example Adding Numbers
com/android-working-with-button
We can perform action on button using different types such as calling listener on button or adding onClick
property of button in activity's xml file.
2 of 9 31/10/2020, 4:19 pm
Android Button Example - javatpoint https://www.javatpoint.com/android-working-with-button
First of all, drag 2 textfields from the Text Fields palette and one button from the Form Widgets palette as
shown in the following figure.
File: activity_main.xml
3 of 9 31/10/2020, 4:19 pm
Android Button Example - javatpoint https://www.javatpoint.com/android-working-with-button
Activity class
File: MainActivity.java
4 of 9 31/10/2020, 4:19 pm
Android Button Example - javatpoint https://www.javatpoint.com/android-working-with-button
Output:
5 of 9 31/10/2020, 4:19 pm
Android Button Example - javatpoint https://www.javatpoint.com/android-working-with-button
6 of 9 31/10/2020, 4:19 pm