I’m developing an android app, which is supposed to ask questions at random time.
So it’s like a passive application, which “become” active at random time.
And I would like to know how can i do this? And if it’s possible?
Thanks a lot,
Jérémy
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.
Use the alarm manager and schedule an alarm for your own intent at a random time in the future:
http://developer.android.com/reference/android/app/AlarmManager.html