I create a service called "Player"
afterwards, from other activities, i need to get some information from MediaBrowser (if is playing, lenght, etc.) that is inside the service, avoiding "null object errors"
i tried:
but doesn't work
It's possible?
thanks
B4X:
Player.filesMap = filesMap
Player.currentSongIDx=IDx
StartService(Player)
i tried:
B4X:
If Player <> Null Then
If Player.MB.MediaIsPlaying....
It's possible?
thanks
Last edited: