thank you for this project ,can you please tell me how i can make it play automatically when i open the app ,i have tried to call radioManager.playOrPause(); method in onCreatebut i get this error
Attempt to invoke virtual method 'void com.mcakir.radio.player.RadioService.playOrPause()' on a null object reference
thank you for this project ,can you please tell me how i can make it play automatically when i open the app ,i have tried to call
radioManager.playOrPause();
method inonCreate
but i get this error