简单三部曲^_^
类中的声明部分需要事先声明好: 记得import哦
SoundPool soundPool= new SoundPool(10, AudioManager.STREAM_SYSTEM, 5);
HashMap<Integer, Integer> soundMap = new HashMap<Integer, Integer>();So简单三部曲^_^
类中的声明部分需要事先声明好: 记得import哦
SoundPool soundPool= new SoundPool(10, AudioManager.STREAM_SYSTEM, 5);
HashMap<Integer, Integer> soundMap = new HashMap<Integer, Integer>();So