Year 8 - Computing
Events and interactions
Mobile app development
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 8 - Computing
Mobile app development
This unit takes pupils from designer to developer in order to create their own mobile app. Using App Lab from code.org, learners will familiarise themselves with the coding environment and have an opportunity to build on the programming concepts they used in previous units to undertake a project.
You will learn to make an app respond to user actions by using events.
Events are actions that apps can respond to. Event listeners are used to detect events and run a set of instructions.
an action that happens in the app which the app can respond to. Add one real device or system example to prove understanding.
Mistake: Events happen automatically. Correction: Events only trigger code if an event listener is attached. Without one, the app will not respond.
Browse all guides in the Year 8 Computing guide library.