Question: add a EditText and Button to the applications layout. Pressing the button should call the blinkLED() method in your java code. The EditText should be
add a EditText and Button to the applications layout. Pressing the button should call the blinkLED() method in your java code.
The EditText should be configured so that it only accepts letters and spaces. It will also not accept more than 25 characters of input. This can be done by using the android:digits a nd a ndroid:maxLength attributes in your EditText in the layout.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
