taller app inventor english

16

Upload: lluis-nater

Post on 31-May-2015

141 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: Taller  app inventor english
Page 2: Taller  app inventor english

Link for App Inventor II: http://dev-explore.appinventor.mit.edu

Page 3: Taller  app inventor english
Page 4: Taller  app inventor english

Try to create an app that, by touching a picture on your mobile phone it meows

ow!

.Triz

Drag a botton un botó and at the right side of the column properties upload an image from

Upload File .)

Page 5: Taller  app inventor english

After you can upload an audio Meooow

http://recursostic.educacion.es/bancoimagenes/web

Page 6: Taller  app inventor english

Click the Block editor to program

.

And this window will open

.

Page 7: Taller  app inventor english

Click the botton created with the l’editor and you will be able to drag the corresponding

bloc to programme it (When audiocat Click)

Then click to audio and drag the bloc call play

.

Page 8: Taller  app inventor english

Download it in your phone MIT AI2 Companion

.

Now sincronize the phone WIFI with the computer one and connect with AI Companion

.

Page 9: Taller  app inventor english

When opening the app phone you have 2 options : write the code or

scan the code QR (with the botton scan QR)

.

Page 10: Taller  app inventor english

The imatge answers with an audioThe imatge answers with an audio.

Botton 1

You have to create a botton and insert an imatge.

In the configurations panel add the image previously uploaded

Page 11: Taller  app inventor english

Drag the component TextToSpeech a to add the reading text function de with synthesis of voice.

The imatge answers with an audioThe imatge answers with an audio.

Page 12: Taller  app inventor english

Then with blocks editor click and drag the clock TextToSpeech.Speak.

To add a text block click in the middle of the empty space of the same blocks editor

The imatge answers with an audioThe imatge answers with an audio..

Page 13: Taller  app inventor english

One could be that the program make questions.

Ex: - Whats your name?.

And the programme will say hello mentionning user’s name

Ex.:- Hello Joan, hope you’re fine

To achieve this new improvement you should insert a new component to recognize the audio issued by the user.

Possible improvements

The imatge answers with an audioThe imatge answers with an audio..

Page 14: Taller  app inventor english

Botton1

Label1

Dictate the sentence.

The sentence handed down is displayed here.

Botó2Send el missage SMS

Send SMS by voice. Send SMS by voice.

Page 15: Taller  app inventor english

Click the botton1 and begins the voice recognition of the user.

After voice recognition will display the message in the Label label1 Subsequently establishes the text as SMS message.

It convert voice in to text

Programme the botton2 to send a missage to a telephone.

iphone

Send misssage

Send SMS by voice. Send SMS by voice.

Page 16: Taller  app inventor english

One of the improvements would allow the user to choose from a menu a phone number or contact to send the SMS.

The component Texting also allows controlling SMS received on the mobile device. for example applications for automatic replies could be created. When we are driving a car or in a meeting.

The block of code that handles these functions are as follows:

Possible improvements

Send SMS by voiceSend SMS by voice.

.