Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Alarm Manager and work manager are unable to show reminders correctly

  1. #1
    Junior Member
    Join Date
    Feb 2022
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Alarm Manager and work manager are unable to show reminders correctly

    Subject:
    Alarm Manager and work manager are unable to show reminders correctly
    Issue with alarmManager and work manager
    Reminders are missing randomanly and mutiple reminders are comming for particular session, we have used alarm manager and workmanager for populating the reminder.
    Description:
    we are developing a healthcare app where we need to populate the alarm notification at a specific time like in the morning, afternoon, evening, night.
    case 1 : Missed Reminders when the app is in deep sleep mode or in the idle state we are not getting reminder on all version of andorid till android version R.
    case 2 : Mulitple reminders are coming when the device is actice during that time we are facing multiple reminders.
    For alarms we are using.
    1. Room Database for storing the alarm time.
    2. Alarm manager's setExactAndAllowWhileIdle() method we are using for setting the alarm.
    3. Broadcast reciever for getting the pending intent and showing the alarm notification.
    4. Workmanager we are using to set alarms in the background.
    if anyone can help us out how can we populate alarm notification at particular time, doesn't matter if mobile is in deep state or idle.
    we have gone through with mutilple solution for it but it seems to us nothing is working properly.

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Alarm Manager and work manager are unable to show reminders correctly

    Do you have any specific java programming questions?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. X manager issue
    By sharmadeepika221 in forum Computer Support
    Replies: 1
    Last Post: January 17th, 2013, 05:12 AM
  2. X manager issue
    By sharmadeepika221 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: January 17th, 2013, 05:12 AM
  3. task manager
    By sayed shah in forum Object Oriented Programming
    Replies: 1
    Last Post: April 27th, 2012, 04:15 PM
  4. Layout Manager
    By mDennis10 in forum AWT / Java Swing
    Replies: 4
    Last Post: September 3rd, 2011, 10:27 PM
  5. Layout manager
    By kurt-hardy in forum AWT / Java Swing
    Replies: 3
    Last Post: January 19th, 2011, 10:25 AM

Tags for this Thread