This walks you through building a small mobile app with two connected screens and a device feature.
- Create the project. From your Dashboard, click New Project, name it, and choose Mobile.
- Build the first screen. Add a Screen block, then add Text, Image, and Button blocks to lay out its content.
- Add navigation. Add a second Screen and connect a button on the first screen to navigate to it, this is how a multi-screen app is structured, screens plus the buttons that move between them.
- Use device features if you need them. Add device-aware blocks as needed, Camera, Location, and QR/Barcode Scanner are all available.
- Store data on-device. Use a Local Data Table and Local Record Form to store data directly on the device.
- Test it. Use Preview to try the app, including navigating between your two screens.
- Build a real installer. Go to your project's Build section to generate an installable build.
Turn this into a video
A short script you can record with simple screen-capture software (OBS Studio, Loom, etc.) while following the steps above:
- Create a new Mobile project and build a first Screen with Text, Image, and a Button.
- Add a second Screen and wire up navigation between the two.
- Add a device feature block (e.g. Camera) and show it working in Preview.
- Trigger a real build and show the installable output.
Keep it under 3-5 minutes, screen-record your own editor while narrating, viewers learn faster watching a real build than reading steps alone.