I want to activate next and previous controls on Android Media controller in an android app.
I tried hard but still not achieve. How can i activate that controls? Any help will be appreciated.Code is:
MediaController mc = new MediaController(this);
mc.setPrevNextListeners(null, null);
vv.setMediaController(mc);
Where vv is object created.
Using an anonymous class or inner class will do the trick;