MediaPlayer= backsound= MediaPlayer.create(this, R.raw.sound1); backsound.setLooping(true); backsound.start();