Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Currently, if you view your Timeline activity while a new status update comes in, you won’t know about it. That’s because the UpdaterService doesn’t have a way to notify TimelineActivity to refresh itself.
To address this, we create another broadcast receiver, this time as an inner class of TimelineActivity, as shown in Example 11-4.