I would like call android Music which has in built in android device/emulator.I have created a button when i click on button i would like to get Music functionality into my application
I have written button event as follows:
((Button)findViewById(R.id.getMusic)).setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
//Here i would like to get android music
}
});
please any body help me….
If you want to use the default music player. You can use an
Intent