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

  • Home
  • SEARCH
  • 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 6638935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:29:44+00:00 2026-05-25T23:29:44+00:00

Why in almost all the tutorials or examples people do that: @Override public void

  • 0

Why in almost all the tutorials or examples people do that:

@Override
public void onUpdate(Context context, AppWidgetManager appWidgetManager,
            int[] appWidgetIds) {
...
    context.startService(resumeIntent);
super.onUpdate(context, appWidgetManager, appWidgetIds);
}

Doesn’t it mean that the new service is started every time the update is executed? Is it the best solution? Or is it better to do it with sending broadcasts?
And shouldn’t

context.startService(resumeIntent);

better be done in onEnabled method?

  • 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-25T23:29:44+00:00Added an answer on May 25, 2026 at 11:29 pm

    No, the service is started ONLY IF it isn’t already running: if it is already running it is sent a new Intent in onStartCommand and it can process that appropriately.

    As far as whether to use this or to use onEnabled the advantage this has is that the service is restarted every single time if it is not running: onEnabled will start the service but if the service is killed for any reason you may not get it restarted for you.

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

Sidebar

Related Questions

Almost all of the examples in the jQuery tutorials that I've read, usually use
Almost all of my JUnit tests are written with the following signature: public void
In almost all of my projects I have few files that are project wide
I noticed that almost all email messages I get do not embed images, but
I know that you can run almost all Java in Dalvik's VM that you
In almost all tutorials of BackgroundWorker the reportProgress event is handled like this (this
ok, so I am stuck at the observer pattern here, almost all tutorials I
Almost all the examples I see are done with IB but I don't want
In almost all projects, the choice of the database system is 'almost' automatic ..
In the STL almost all containers have an erase function. The question I have

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.