Mirza Ahmed Baig
Mirza Ahmed Baig
I am trying to get spotify remote as follworing ``` SpotifyAppRemote.connect(application, ConnectionParams.Builder(getString(R.string.SPOTIFY_CLIENT_ID)) .setRedirectUri(getString(R.string.SPOTIFY_REDIRECT_URI)) .showAuthView(true) .build(), object : Connector.ConnectionListener { override fun onConnected(spotifyAppRemote: SpotifyAppRemote) { mSpotifyAppRemote = spotifyAppRemote Log.d(TAG, "Connected! Yay!")...
i want to get data without showing camera preview and if i am setting visibility of surface view to gone then its i am receiving any data. please help me