Archive for 'Sounds'

Android Development Tutorial: Creating Sound Effects Part Two

Posted on 26. Jan, 2011 by .

0

In the previous tutorial we had a basic working sound system, but it was limited in scope. it could only be used in the class it was declared in and could not be used between activity’s easily. Ideally we would like one instance of the Sound Manager that could be used across the entire app [...]

Continue Reading

Android Development Tutorial: Creating Sound Effects

Posted on 18. Jul, 2010 by .

2

This Android tutorial shows you a method of creating, managing and using sound effects in Android. I’ll show you the basic method of encapsulating your sound management code. This method works best when you have a typical application, or simple game all in one thread. Thank you for reading our develoment tutorial! Learning to program can be difficult, but it is worth it. Stick it out, and in the long run you will be happy you did.

Continue Reading