Basics

These tutorials are perfect for working in pairs. One student with a device controlling the video, the other entering the code on a different device.. 

Make use the roles are changed regularly. 

Beginner Tutorials

There some very good beginner video tutorials available from MIT.

These videos are also available as text and images. Choose which method works best for you.

Complete these:

To create well structured and easy to modify code, it is always best to reduce the amount of duplicate code. Extend your TalkToME app by creating a procedure to so that there is only one  call TextToSpeech1.Speak  block.

Create a SpeakToMe procedure to hold this block. 

Place the  call TextToSpeech1.Speak   block inside of the speakToMe block and replace the   call TextToSpeech1.Speak   block inside of the event When Button1.clicked and When ... shaking blocks with the call speakToMe block

More Tutorials:

App Inventor Tutorials

Basic Level Tutorials:

These are text and image based tutorials that introduce the basic components available in App Inventor 2.