Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.8 KB

File metadata and controls

36 lines (29 loc) · 1.8 KB

Files to look at:

Shared Project

iOS Project

Android Project

Reminders

This example describes how to:

  • Enable the Edit Appointment form that allows users to add reminders to appointments.
  • Plug reminders into the iOS and Android alarm systems so that they send notifications outside the application's UI. Each notification includes appointment subject and time interval.
  • Handle reminder notifications to open an edit form for the corresponding appointments when a user taps notifications.

For a complete description, refer to the following help topic: Manage Reminders.

To run the application:

  1. Obtain your NuGet feed URL.
  2. Register the DevExpress NuGet feed as a package source.
  3. Restore all NuGet packages for the solution.