Adding music
Music is different from sounds in Android. While sound files are usually short and they are loaded into the memory, music files tend to be quite large and they are streamed from the storage and only a part of the music file is currently in memory. Also, only one music file can play at a single time.
The other problem with music files being quite large is that they take up valuable space. The APK archive is limited to 50 MB. While simple games tend to be much smaller, in resource-rich games the limit can be reached quite easily.
Tip
Up to two expansion files, 2 GB each, can be added to the game. You can learn more about expansion files at http://developer.android.com/google/play/expansion-files.html.
We have already loaded the music file ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access