I want that a monthly reminder can be set in my application. For example you choose "1." then the reminder should always be called at the 1st of each month.
How can I do this with AlarmManager and setrepeating()? The problem is that there are months which have 29, 30 and 31 days. So I cannot use a fixed repeating interval in alarmmanager's setrepeating(), right?
Thank you.