vivianpereira / location-reminder-app

0 stars 0 forks source link

Creating the remimder #7

Open douglasmarques opened 2 years ago

douglasmarques commented 2 years ago

Reminder data includes title and description.

The user-entered data will be captured using live data and data binding.

RemindersLocalRepository is used to save the reminder to the local DB. And the geofencing request will be created after confirmation.

douglasmarques commented 2 years ago

First, save the reminder and then create the geofence request.