We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial http://www.binpress.com/tutorial/using-android-media-style-notifications-with-media-session-controls/165
Slides: https://docs.google.com/presentation/d/1jlI8ty6jq8NdstefSeZeGrBq8yE2avBOXTBo175Kgyg/edit#slide=id.gca9d4b5a0_0_557
Note: Use MediaSessionCompat, should work on SDK <21?
The text was updated successfully, but these errors were encountered:
Also see https://github.com/karanbalkar/AndroidMediaStyleNotifications
Sorry, something went wrong.
And this: http://stackoverflow.com/questions/12526228/how-to-put-media-controller-button-on-notification-bar
And (maybe!) this: http://tutorialsface.blogspot.nl/2014/07/music-player-with-notification-and-lock.html
Backwards comp: http://stackoverflow.com/questions/26467432/whats-the-best-way-to-create-a-media-style-notification-for-android-lollipop-wh
http://developer.android.com/reference/android/support/v7/app/NotificationCompat.MediaStyle.html
gotta love appcompat :D
No branches or pull requests
Tutorial
http://www.binpress.com/tutorial/using-android-media-style-notifications-with-media-session-controls/165
Slides:
https://docs.google.com/presentation/d/1jlI8ty6jq8NdstefSeZeGrBq8yE2avBOXTBo175Kgyg/edit#slide=id.gca9d4b5a0_0_557
Note: Use MediaSessionCompat, should work on SDK <21?
The text was updated successfully, but these errors were encountered: