You can play songsin your own app from Spotify with the intent:
But how to STOP playing this Spotify song? Does anyone know?
B4X:
Dim i As Intent
i.Initialize(i.ACTION_VIEW, SpotifySong)
i.SetComponent("com.spotify.mobile.android.ui")
StartActivity(i)
But how to STOP playing this Spotify song? Does anyone know?