< Back
Page 5 of 5
This chapter is from the book
Exercises
- Change the Hello World app to allow the entering of a first and a last name and display “Hello firstname lastname!” when the button is clicked. Be sure to label the EditTexts to reflect the new data that is to be input.
- Add a Clear button. The Clear button should remove any data in the EditText(s) and change the display back to “Hello world!”
- Create a new Android Virtual Device that uses a bigger device to test your app on a different screen size. Run the app using the new AVD.
< Back
Page 5 of 5