I'm an App Developer

I'm an App Developer — page 3
SAYING HELLO The first thing many computer programmers do when they try some new coding software is learn to make the software say Hello With our first app we are going to make a program that says Hello world STEP 1 VISIT THE APP INVENTOR WEBSITE a Open your web browser and visit appinventor mit edu Create apps a Click Create apps STEP 2 SIGN IN STEP 3 START A NEW PROJECT a Sign in to your Google account Sign in STEP 4 DESIGN YOUR APP a Add the objects or components you need for your app Drag in a Button from the User Interface group in the Palette a Add a Label below it Screen1 Text for Button1 Text for Label1 a At the top-left of the screen click the Start new project button create new APP Inventor project hello project name Cancel OK Start new project a Type in hello as the name for your project a Click OK STEP 5 SET PROPERTIES a Change the text shown on the button and label Screen1 Text for Button1 Screen1 Text for Button1 Text for Label1 a Click to select Button1 a The Properties box is on the right side of the screen Near the bottom find the Text property Change it to say Tap me a Click to select Label1 a Find the Text property for the label Change it to say I’m waiting STEP 6 SWITCH TO THE BLOCKS VIEW a We’ve used the Designer view to choose what the app looks like Now we need to make our components work At the the top right of the screen click the Blocks button 6 Designer Blocks