Systers Community

PowerUp Android: Add Sound for Collisions in Vocabulary Game

Prerequisite:

  • Create a Github Account.
  • Fork and clone PowerUp Android.
  • Run the project in Android Studio.

Steps:

  • Find suitable audio sound for : 1) When the match is correct 2) When the match is wrong.
  • Add the above audios in project assets folder.
  • Create a background service class "VocabMatchSound.java" extending Service. Also declare this service class in manifest.
  • Use MediaPlayer class for playing the audio sound.
  • The sounds are played only when collision happens between the image tiles and text boards. Play sound for correct or wrong match according to the answer of match.
  • Include ALL links/URLs in the comments to identify where the sound files are from, such as freesound.org or opengameart.org.

Resources:

Work Submission:

Create a PR with the label "Program: GCI" and include the link here.

Task tags

  • media
  • android
  • code
  • service

Students who completed this task

Fidella, Vatsal Kulshreshtha, Valentun, Aryaman Agrawal

Task type

  • code Code
close

2017