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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:56:00+00:00 2026-06-06T01:56:00+00:00

Consider the apps that large blogs have (which work pretty much like an RSS

  • 0

Consider the apps that large blogs have (which work pretty much like an RSS feed but for your phone). Whenever the blog publishes a new post the app creates a notification on the user’s phone about the new post.

Here’s are some things I would like to understand about those:

  1. Is that notification being pulled by the app on my phone or being pushed to it by the blog?
  2. How come this works even if I have not launched the app?
  3. What classes and services of the Android platform are used to create such apps?

Thanks a lot.

  • 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-06-06T01:56:01+00:00Added an answer on June 6, 2026 at 1:56 am

    You could easily do something like this by:

    1. Have you app set an alarm using AlarmManager
    2. Have the receiver for the alarm start a Service that checks for updates
    3. Display the notification to the user using the NotificationManager

    That is a polling solution, which should be fine and probably better in most circumstances like you described.

    However, if you want a push solution, you can look into Android C2DM which allows your server to send push notifications to a registered Android device.

    Edit

    How do apps run ‘without being launched’?

    Well there’s a few ways. One is that any app can register for different device events; one of those is a boot-complete event.

    The second way is using the AlarmManager. If an app has set an alarm then the user navigates away from the app and then the OS decides to close the app, the alarm can still be registered to run at a certain time. When this alarm is triggered will run whatever code the app developer likes, including starting a Service. Of course doing this without notifying the user can be an issue, especially if the service drains battery, etc.

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

Sidebar

Related Questions

Consider this scenario. I have my own website, that I use as my identifier,
I have written a few apps for the iphone now, but they are all
I am building a multi-tier application that will have multiple smaller apps apart from
I have a large vb6/sql database app (hundreds of tables, classes, and forms) that
I have a couple of Rails apps I'm looking to integrate with OmniAuth, but
Consider situation when we have a class with couple of static methods that use
Or something like that. I've upgraded several apps from Rails 3.0 to Rails 3.1.
Consider that I've a excel sheet in below format: person age Foo 29 Bar
Consider this scenario. I have an object, lets call it.... Foo. Foo raises a
consider the following pgSQL statement: SELECT DISTINCT some_field FROM some_table WHERE some_field LIKE 'text%'

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.