Tutorial#2: Creating a multi-screen SOS App
Last updated
Was this helpful?
Last updated
Was this helpful?
In this tutorial, we will build a simple multi-screen SOS app using MIT App Inventor. The app will have three pages:
A home page with a navigation menu
A map page showing your location
An SOS page with a siren sound effect
The following image shows the app wireframe and navigation between screens.
This tutorial is ideal if you have basic familiarity with App Inventor and want to learn how to create a multi-page app.
Before starting, make sure you have:
An Android device with Internet access and location services enabled.
By the end of this tutorial, you will know how to:
Use the Layout
component to create a navigation menu
Build and navigate between multiple screens
Display a map and mark your current location
Play sound effects like a siren noise
A beginner-level understanding of . If this is your first app making project, I recommend completing first.