views:

41

answers:

1

Hi all,

I am just getting into android development, can anyone guide me how to develop an mp3 player on android platform? any suggestion is greatly appreciated.

A: 

It already has a player engine, so the first thing you would want to do is look in the developer docs and learn how to use that to play an mp3 file.

Then you do whatever playlist management and UI you want.

Of course android also already has an built in mp3 player application, too.

Chris Stratton