Changes

Jump to: navigation, search

MAP524/DPS924 Lecture 10

421 bytes added, 00:43, 10 August 2015
no edit summary
* Once the service is done its work - it will send a response back via an Broadcast Intent
** Which means we'll need to register to receive those in our activity. We'll create an IntentFilter and a BroadcastReceiver in Java and register them with LocalBroadcastManager.getInstance(this).registerReceiver().
** And since our activity may not be running at this point - we'll use a [http://developer.android.com/guide/topics/ui/notifiers/notifications.html Notification] to show that we got the message.
= Reading incoming SMS =
We can send a fake SMS to an emulator using telnet and receive it using a BroadcastReceiver. Follow [http://androidexample.com/Incomming_SMS_Broadcast_Receiver_-_Android_Example/index.php?view= Sending email article_discription&aid=62&aaid=87 this tutorial].

Navigation menu