Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7575975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:48:40+00:00 2026-05-30T16:48:40+00:00

I user sets an alarm it will need to send off an intent to

  • 0

I user sets an alarm it will need to send off an intent to set alarm but the user can have as many alarms but each entry can have 14 intents one for starting the alarm and one for the end of the day say and if user wants to delete alarm it needs to fire off intents to delete them but they need to be the exact same so how do i do that.

  Intent endAlarmIntent = new Intent(setAndroidAlarmContext, EndTimeAndroid.class);
                 PendingIntent endIntent = PendingIntent.getBroadcast(setAndroidAlarmContext, 14 , endAlarmIntent, 0);
                 setAlarm.setRepeating(AlarmManager.RTC_WAKEUP, endSun, daysBetweenAlrm , endIntent); 

the 14 in the intent above is so i can find it later so when im ending it i have intent with 14 in it but problem is that if there was two intents two of them could have 14 so it would overright it what be the best way to stop this, get ramdom number and save it to the database and send it in when deleting the intent to have it the same?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T16:48:41+00:00Added an answer on May 30, 2026 at 4:48 pm

    In my app the user is also generating an undefined number of alarms, so for each alarm’s PendingIntent I set the system time to an int like this

    int uniqueCode = (int)System.currentTimeMillis();
    

    In order to generate a somewhat-random unique identifier (the long gets truncated to an int but that’s fine).

    And set it as the PendingIntent unique code that identifies it, like this (using your code):

    PendingIntent endIntent = PendingIntent.getBroadcast(setAndroidAlarmContext, uniqueCode , endAlarmIntent, 0);
    

    Then in my database I have a field for alarm_id with any other data for that alarm so that I can update or cancel that alarm any time I need.

    I would also do what @ravuya said and use one Intent and pass in arguments through the extras to tell what type of alarm it is.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

On this site , when user sets alarm sound and time, under Set Alarm,
I am making an app where the user can set an alarm based on
I have a view that sets its hidden when the user taps the main
I have frequent updates to a user table that simply sets the last seen
I am going to make a simple Alarm Clock, I have user interface and
In an NSIS installer script I have: RMDir $INSTDIR Now, if the user sets
I have a main JFrame that is interactive, i.e. user sets different options. After
I have an Android app that looks absolutely horrible if the user sets their
I have a number of users. Each user has a number of bets, made
I have a Zend_Form with a dropdown field. When the user sets a value

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.