Skip to content

Latest commit

 

History

History

02.basics_-_user_input

Android Basics: User Input

By the end of this course, you’ll be able to make an Android app with buttons and text fields that a user can interact with. This Java app allows user to fill out a form to order coffee.

Order coffee

Buttons are dynamically disabled, if cups quantity is zero, because you can not order zero cups of coffee.

Dynamical GUI