I try to play a sound from R.raw. inside a Thread/Runnable But I can\'t get this to work.
new Runnable(){ public void run() { //this is giving me a Null
I guess you need to create a Thread and call Thread.start().