(Teacher Tube version)
|
BroadcastHub The Broadcast Hub app uses email and texting to broadcast messages to a group of members who join the hub. This useful technology is used in many places that have unreliable internet access but do have mobile phones, for example in this PBS video on broadcast hubs in Africa.
This tutorial uses the App Inventor Texting Component and the ActivityStarter Component for email to send messages to the list of registered members.
Requirements: This tutorial requires that an email address and email app are set up on the device to be able to send email messages. If you want to use texting, you need a device with an SMS service plan (e.g. an Android phone with service including texting). Google Voice no longer works with the App Inventor Text Component to receive text messages (although it does work to send them). However, you can do this tutorial with just using email over a WiFi connection and skip the sections that require texting.
Objectives: In this lesson you will learn to :
- create an app that
- uses the Texting component or email to create a hub for group messages,
- follows a complex algorithm with loops, ifs, and lists for processing members and incoming texts,
- gain additional experience using procedures to organize an app.
|
9.15. Socially Aware App: Broadcast Hub Tutorial¶
Time Estimate: 90 minutes
9.15.1. Preview¶
Requirements: This tutorial requires that an email address and email app are set up on the device to be able to send email messages. If you want to use texting, you need a device with an SMS service plan (e.g. an Android phone with service including texting). Google Voice no longer works with the App Inventor Text Component to receive text messages (although it does work to send them). However, you can do this tutorial with just using email over a WiFi connection and skip the sections that require texting.
Objectives: In this lesson you will learn to :
9.15.2. Building the BroadcastHub app¶
The Broadcast Hub app allows people to join the hub by texting or entering their contact information. Messages are broadcast to all members of the hub:
To get started open App Inventor with the new BroadcastHubEmailText Template in a separate tab and follow along with the revised text tutorial or the revised video below.
9.15.3. Enhancements: Creative Projects¶
Here are some ideas for programming projects.
9.15.4. Still Curious?¶
Learn more about how mobile phones are used in Africa. How is their experience similar to yours? How is it different?
9.15.5. Self-Check¶
9.15.6. Reflection: For Your Portfolio¶
Create a new page named Broadcast Hub under the Reflections category of your portfolio and write brief answers to the following questions: