I Want to Create Radio Player and play in Background when i go back then play Radio. i also want to maintain stop , Pause ,next ,Previous Button . But how to play , Stop , Pause etc in Android Using Service class.
Have A Idea ??
Thanks In Advance…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For that you will have to bind the service with your activity.
You can follow below link to bind the service with activity.
https://stackoverflow.com/a/10799514/630668