Currently I am working on audio streaming on android. All method I have written related to streaming and playing the audio is in the onCreate() method. The problem is when ever I change into portrait mode, all methods are called again. How can I prevent this?
|
feedback
|
|
When orientation is changed currently active Activity is destroyed and a new one is created. Either you could prevent orientation change with | |||
|
feedback
|
|
You need to | |||
|
feedback
|