i've got to create an app in android... the app should contain a menu displaying camera and musicplayer..when clicking on any of these options the corresponding item selected should launch..i have been able to implement the camera in the main activity..but i have created a new class to implement the music player..now i've got to combine the music player class in my main activity..anyone knows how i can do that?