Hi Giuseppe, You can call MediaController's show(int timeout) method and pass MediaPlayer.getDuration() as parameter to it. Something like
myMediacontroller.show(myMP.getDuration()); I hope this helps. Cheers, Isaac On Jan 18, 4:19 pm, Giuseppe <[email protected]> wrote: > I would like to show the mediacontroller for all the playing time of > mediaplayer, please how to do it? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

