Please enable JavaScript to use CodeHS

Mobile Apps

Description

In this lesson, students will learn how to make components of their apps react to being pressed.

Objective

Students will be able to:

  • create an alert when a particular component is pressed
  • make any component behave like a button
Description

In this lesson, students will learn how to use the TextInput component to allow users to input information into their apps.

Objective

Students will be able to:

  • use the TextInput component to allow users to enter text into their apps
  • set state values that will control the initial values in their text boxes
  • concatenate strings with state objects to personalize alert messages
Description

In this lesson, students will add some functionality to their Scorekeeper program. They will allow users to enter team names as well as fire alerts when certain buttons are pressed.

Objective

Students will be able to:

  • apply their knowledge of buttons and text boxes to update and add functionality to their scorekeeper app
Description

In this lesson, students review content with a 15 question End-of-Unit Quiz.

Objective

Students will be able to:

  • Prove their knowledge of buttons and text boxes through a multiple choice quiz