0% found this document useful (0 votes)
25 views

How To Send and Receive SMS

The document discusses how to send and receive SMS messages on Android mobile phones. It explains that intents, pending intents, SMS managers, and broadcast receivers must be understood to develop an SMS application for Android. It recommends two books that provide clear examples and explanations of these key concepts. It also lists two online resources that discuss SMS messaging and sending and receiving SMS in Android specifically.

Uploaded by

Vengat Giri
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

How To Send and Receive SMS

The document discusses how to send and receive SMS messages on Android mobile phones. It explains that intents, pending intents, SMS managers, and broadcast receivers must be understood to develop an SMS application for Android. It recommends two books that provide clear examples and explanations of these key concepts. It also lists two online resources that discuss SMS messaging and sending and receiving SMS in Android specifically.

Uploaded by

Vengat Giri
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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