Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Can anyone have an idea how will Audio and Music Android Applications work?

I would like to know how the audio and music app will work like free app called Sing! by app from smule for example.

Thanks in advance!

1 Answer

Balazs Peak
Balazs Peak
46,160 Points

You will have certain objects that represent the given music, and you can call certain functions on those objects that will do something with it.

Check out my javascript drummer app: https://bradib0y.github.io/DrummerApp/

Of course, in a real world application, the music will come from a server, which you can connect to with an API. That's going to enable you to download the music, and create the objects in your code which will represent them.