简体   繁体   中英

Reminder in android

I wanted to create a reminder app for my android. Actually I wanted to save reminders and the dates in the database and show the reimnder when the scheduled time is reached. Can anyone please suggest the code for this. Can alarms be given specific id at the time of saving and used to retrieve the specific reminder from database. I am new to android. Please help me.

You probably want to use Notifications in conjunction with the AlarmManager . There are lots of tutorials on the web that explain how to do this. Here is one: http://android.arnodenhond.com/tutorials/alarm-notification

Yes.. Your question is to broad for stackoverflow. But i would suggest you picking up a copy of Android For Dummies

This has a full tutorial of exactly what you are looking for.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM