We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In this lesson, we will learn
//Creates player ExoPlayerFactory.newSimpleInstance(app.applicationContext)
//Create data source factory DefaultDataSourceFactory(app.applicationContext, getUserAgent())
//Creates user agent Util.getUserAgent(app.applicationContext, "spotifyRadioApp")
//Creates media source ProgressiveMediaSource.Factory(dataSourceFactory).createMediaSource(uri)
implementation 'com.google.android.exoplayer:exoplayer:2.10.1'
Branch Lesson 9