Sample documentation out of date.
See original GitHub issueThe sample documentation uses the SimpleExoPlayer
class which has now been deprecated. The suggestion is to use the IExoPlayer
interface.
I am trying to work out how to instantiate an IExoPlayer
but am having no luck as the constructors I wish to use are only available on API 33 and above and the constructors which aren’t are marked as obsolete
.
Please could some guidance be provided on how to create an IExoPlayer
in this latest release.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
What should I do with documents that are completely out ...
Sometimes, documents are just completely out of date and it's best to remove ... For example, there might be documentation for an old...
Read more >Documentation is always out of date - by Greg Meyer
"Everything Starts Out Looking Like a Toy" #85.
Read more >As with all documentation.. it will be out of date after a while.
I agree that documentation is nice even with the maintenance burden, but most would be surprised at just how much outdated code is...
Read more >The Holy Grail of “Always-Up-to-Date” Documentation
When you ask someone what's wrong with your documentation, the top 3 answers will be: no one reads it, it is misleading, and...
Read more >9 Great API and Developer Documentation Examples
Everybody can help make documentation better. These great examples of the most common areas of documentation will help you improve yours.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah I’ve already made a PR just now that reverts the change just need it to be merged in.
@Zintom Include Guava in your project or revert to 2.18.3, it seems a new version was pushed from my fork in which I was tinkering as to why Guava wasn’t working in someone else’s issue.