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 6550513
In Process

The Archive Base Latest Questions

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

I have implemented Push Notification in my appliction. Once the push message is received

  • 0

I have implemented Push Notification in my appliction. Once the push message is received I call a webservice with the help of AsyncTask. This works fine when the application is being used or is in the memory. But if I stop the application from settings and then if the message is pushed to the device, there is an exception such as “sending message to a Handler on a dead thread”. This is probably since the app is not live.

Can someone let me know if its alright to actually remove AsyncTask from push notification receiver and just handle the message?

Regards
Sunil

  • 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-25T12:13:29+00:00Added an answer on May 25, 2026 at 12:13 pm

    IMO AsyncTask should be only used as a helper for background tasks related to Activities (that is, UI).

    In your case I would use an IntentService, it is a Service that is prepared to execute background task. So:

    1. A new notification is pushed to the device.
    2. You receive the notification in your broadcast receiver.
    3. You fire a IntentService to perform synchronization against the WS
    4. The IntentService does its job, when finishes it raises a broadcast event.

    In your Activity attach a broadcast receiver for the broadcast in step 4. This way your UI gets notified if it’s present, else nothing bad happens. Optionally you can register a default broadcast receiver in your Manifest to handle the broadcast of step 4 and, for example, display a status bar notification.

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

Sidebar

Related Questions

I have implemented Apple Push Notification service using Urban Airship and successfully received the
I have implemented c2dm and it works fine that the device receives the message
I have implemented whole push notification service for my application using easyapns . I
I have my app in Appstore and it has Urban Airship Push notification implemented.
I have implemented UrbanAirship Push notification in my app. But I am little bit
Possible Duplicate: Push-Notification Badge auto increment. I have implemented Push Notification for my iPhone
I have implemented Push Notification and have been using Default sounds every time. I
Again same question title but requirement is somewhat different. We have implemented push notification
I am working on a app which has push notification in it.I have implemented
I have implemented a sample push notification service for my App. Right now I

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.