How To Send and Receive SMS

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

The Task assigned to me is to how to send an SMS in Android based Mobile phones.

Before
going to the task, the concepts of how it works are important to understand..,
How to Send and Receive SMS
The Key concepts which needs to be understand before we develop a SMS Application in
Android are
i) Intent & Pending Intent
ii) SMS Manager
iii) Broadcast Receiver
These Concepts are very well explained in these Books
1. professional android2 application development [ Chapter 5 & 12]
2. pro android [ Chapter 9]
In the first book, Maximum Information is explained clearly with Examples. They have given a
example for Emergency Responder Application.
Apart from these books the content which I got from the Internet Regarding how to SMS [Short
Message Service] are
1. SMS Messaging
http://mobiforge.com/developing/story/sms-messaging-android
2. Sending and Receiving SMS in Android
http://www.krvarma.com/posts/android/sending-and-receiving-sms-in-android/

You might also like