• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

alarmmanager

  1. S

    AlarmManager not working for 5 minutes periodic update

    In my application I was using the setRepeating method of the AlarmManager class to perform the data update every 5 minutes. But in newer versions this logic started to have problems triggering the alarm. Searching, I saw that this method is not accurate, due to the concern of optimizing the...
  2. A

    Apps Expiry Date Tracker Reminder

    How can I send a notification or reminder to a user based on their product's expiration date? Can someone please help me? Sorry I just started Android Development.
  3. professor_of_stupidity

    Apps Need to understand how to implement my idea into the app

    So I am developing an app as part of a group project. The app has to fetch some data (most importantly time for an alarm) from Cloud Firestore and then ring the alarm at whatever time the alarm is scheduled. This all should happen even if the app is not open right now. I know that I have to use...