History log of /frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/MediaController.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f3d8cff3244036553296acf061aaa84b6b92da29 19-Apr-2013 Dianne Hackborn <hackbod@google.com> Update to follow TransportMediator API changes.

Change-Id: Icedd0fbe15cf84ff4d3f0c59826f698e92138b47
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/MediaController.java
c9887f62d697bcf7d2f6443c848c8b57a7bfc3bd 06-Apr-2013 Dianne Hackborn <hackbod@google.com> Update media controller sample.

Now use the new abstractions of TransportMediator. Guess I should
also change the name of this sample to match it... that'll be for
a future change. :)

Change-Id: I932f8215bba51dfaa1bd5766ab9551c9dc440657
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/MediaController.java
1337277f8f8802064f42bed895695758f40b50d9 05-Apr-2013 Dianne Hackborn <hackbod@google.com> Improve TransportController demo.

This is an actually realistic implementation of a
video player. It's still delibrately simple, but it's
not outright broken. We now have our own media controller
since that is the only way to get something that actually
works, we use system UI flags to hide nav/status bar when
playing, we use the new TransportController APIs to go
into a formal playback state where we take audio focus.

Change-Id: I19ac171483637b8ee94c9c07aea39c11748cbc46
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/MediaController.java