Best android open-source packages and libraries.

Reminder App

A simple reminder app built using Android(Java) to which push notifications on the given date and time with the provided message
Updated 5 months ago

Reminder-App

This is a basic reminder app which takes in data(Date, Time and Message) from the user and notifies the user on the given date and time.

In this app, I have used Room Database for storing the data of the reminders. The user is being notified by a notification which contains the message entered by the user. We have been using AlarmManager which fires a PendingIntent which in turn call a BroadcastReciever that creates a notification for the user with the message.

  • Adding Reminder
    Adding Reminders
  • All the reminders which haven't been notified
    Adding Reminders"
Tags date