Hello friends !!!!!
I want to do a project similar to alarm clock.
If I have written some timings in a string or some thing, whne the current time of clock equals to the timings given it should display the next time given in that string to the user in form of alarm or it should display the form with that time on screen even if the user is using other applications...
Hope my concept is clear to you all .Please Help me in this
Thanks in advance.
:icon_cry:

Recommended Answers

All 2 Replies

I'd put a timer in the app to check the system time every minute or so. If the value is greater than your string value, have do whatever you want. Also, have a flag of 0 or 1 to make sure it hasn't already gone off.

Here is a project I use to let me know when I have to take pills.
Hope it helps.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.