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
You should also be able to get the this reference from the outer class by using MainActivity.this.
MainActivity.this