
Soundboard Starter App
Tap an animal to play a sound
$0.00
Details
- Version:
- 1.0
- Ionic:
- 1.x
- Platforms:
- iOS, Android
- Released:
- 5 years ago
- Updated:
- 5 years ago
- Category:
- Starters
- Tags:
- ,
Introduction
This is an example starter project used in the Ionic: From Web To Mobile course.
In this starter project we create a soundboard application based on the ionic list component and we use the cordova media plugin to actually play the sound.
Setup
- Download and unzip into a folder.
- Create a new ionic project using the command line.
ionic start <name-of-your-app> <path-to-local-folder>
- Add the required cordova plugins
ionic plugin add cordova-plugin-media
Changing sounds and icons
- In app.js update the scope variable
'model'
to point to your own images and sound files.