tags:

views:

64

answers:

1

Hey i want to develop a player on Android, which can play streaming audio and video.how should i start about?

+1  A: 

you should download the sdk http://developer.android.com/sdk/index.html

mtwisterr
i have done with that part. i have also written a simple udp client and server program. When i compile them on regular machines they run perfectly. i then embedded the udp client code in Android simulator, it shows no response..:( The hello world program works perfectly in android simulator.
devang
Audio and Video are not supported by the emulator
Donal Rafferty