I`m new to android.
I want to write an alarm system in android.
I want to show a window (or dialog) every few seconds (or hours) in home screen and i want to hide it after a few second.
how can i do it?
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 showing dialog every few seconds your needed create Service where you will create Timer with period. And for hide after a few second use Toast with duration.