This video shows the steps to create your own custom Piano Androind App using the SoundPool API in Android Studio. It uses a very simple layout of 7 buttons which it associates to the 7 notes of music from ‘a’ to ‘g’ using the soundID from the SoundPool.load() method. In…