Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 433 Bytes

readme.md

File metadata and controls

executable file
·
10 lines (7 loc) · 433 Bytes

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