[android-developers] Re: How to use Media Player in a library class?

2009-02-25 Thread Marco Nelissen
On Tue, Feb 24, 2009 at 9:55 PM, madcoder paperga...@gmail.com wrote: I have successfully implemented the Media Player for my apps, but when I tried to use some of the callback methods I ran into a problem. What I'm trying to do is use Media Player in a reusable (library) class.  This

[android-developers] Re: How to use Media Player in a library class?

2009-02-25 Thread Paper Coder
Yes, you're correct. I created my library class a month ago and was updating it to use callbacks. I didn't realize it was calling prepare inside the create method. Thanks! On Wed, Feb 25, 2009 at 10:50 PM, Marco Nelissen marc...@android.comwrote: On Tue, Feb 24, 2009 at 9:55 PM, madcoder