Well I am trying to develop a memo or notebook app with a new feature of reminding the users in certain date and time they set.
I used datepicker and timepicker to pick up date and time, and I use alarmmanager to set an alarm to notify the users, but I don’t know how to check the date, could anyone help me?
THX
PS, is there any opensource android apps about it? I would like to know
You can use AlarmManager class to schedule reminders. It allow you to schedule your application to be run at some point in the future. Here’s a sample code to get you started: