Reminder app - is it possible?

I need to make an application with a reminder function. The user enters the data, and depending on them, several reminders are generated, which should work for a long time, regardless of the connection to the Internet, including if the device was restarted and the application was turned off. Is it possible to do this with AppSheet? If so, which subscription plan is the least suitable?

Hi @MultihandED

What kind of reminders do you envision? (Email? Other notifications? On-screen highlighting?)
I think AppSheet can handle a lot of cases, so I’d like to know what use cases you want to achieve.

1 Like

I think something relate to AlarmManager

1 Like

MultihandED:

AlarmManager

Is this the kind of notification you are imagining?

This kind of notification requires the use of Automation, and I don’t think it can be achieved without an Internet connection. (There may be another way, but I don’t know it.)
It is possible to show the First View, such as the list of today’s tasks, when the app is launched, even offline.

If you want to use Automation, you need to have Core plan or higher.

1 Like

well, I mean notifications like in this code tutorial: Android Notifications Tutorial: Getting Started | raywenderlich.com

MultihandED:

Is it possible to do this with AppSheet?

Nope.

2 Likes