Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 206 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 206 Bytes

HelloInput

Simple Hello, [input]! app

  1. Add an OnClick listener to btnSubmit
  2. Inside the OnClick listener, get the EditText (etName) value
  3. Set the TextView (tvHello) value to the EditText's value