Creating Android Apps that Send and Receive SMS Messages and Send Email
Once your basic Android application is up and running, the next interesting thing you can add to it is the capability to communicate with the outside world. You may want your application to send an SMS message to another phone when an event happens (such as when you reach a particular geographical location), or you may wish to access a Web service that provides certain services (such as currency exchange, weather, etc.).
In this chapter, you learn how to send and receive SMS messages programmatically from within your Android application.
You will also learn how to use the HTTP protocol to talk to web servers so that you can download text and binary data. The last part of this chapter shows you how to parse XML files to extract the relevant parts of an XML file — a technique that is useful if you are accessing Web services.
Download Creating Android Apps that Send and Receive SMS Messages and Send Email
This article is chapter 8 "Messaging and Networking" of the book Beginning Android Application Development by Wei-Meng Lee (ISBN: 978-1-1180-8729-9, Wrox, 2011, Copyright John Wiley & Sons, Inc.) Also available in DRM-free PDF ebook.
Comments
One Response to “Creating Android Apps that Send and Receive SMS Messages and Send Email”
Leave a Reply
About the Author
I'm the Associate Publisher for Wrox. I work with all of our acquisitions staff who select the authors and topics for our books. Prior to this role, I was an acquisitions editor working mostly on ASP.NET, JavaScript, SharePoint, and a lot of other fun topics. I'm lucky to have worked with some of the best programmer authors in the business. My degrees are in Math (BA and MA) and Physics (BA) and in addition to this blog and my "day job" for Wrox, you'll find me helping as many readers as I can in the p2p.wrox.com forums.


this article is very good and helpful for begainer android developer