I'm working on an android application.
I have a chronometer (timer) that is started by clicking a button.
What I want is a toast to be displayed every hour saying an hour has passed (or every minute for testing).
I understand that I need to use a combination of intents, recievers and broadcast recievers however I'm stuck on what code to use.
Can somebody please help me with the code to perform the function required?