I have designed app widget Music player and working successfully but i want to access my app even when android screen is locked.Is it possible.If yes can u help me to get through this.
Thanks in Advance
Regards-Sasi
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.
You will need to put your code into a service. Services allow your code to run even when the screen is locked rather than activities which will unfortunately be put into a lifecycle event where they can no longer execute the code.
Post some code and we will help you to make this move.