To be clear: you don't call onPrepared() yourself. If you set an
OnPreparedListener, its onPrepared() method will be called for you.



On Wed, Mar 4, 2009 at 8:03 AM, CKinniburgh <chriskinnibu...@gmail.com> wrote:
>
> I would imagine onPrepared() would be one way to do this.  Simply call
> onPrepared(), then take away the buffering message, then play.
> - Show quoted text -
> On Mar 3, 10:27 pm, manoj <manojkumar.m...@gmail.com> wrote:
>> Hi,
>>
>> I am developing a media player application which downloads from
>> internet and plays.
>>
>> so while downloading I want to show a progress bar saying
>> "buffering...", and while playing I want to dismiss the same progress
>> bar.
>>
>> I can display the progress bar while downloading (by implementing the
>> listener onBufferedUpdateListener), how can I get the event for player
>> while it is playing.
>>
>> can any one please suggest me how to do this?
>>
>> Thanks,
>> Manoj.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to