April 2011
Intermediate to advanced
1201 pages
31h 52m
English
Many Android devices are smartphones, but so far, we haven't talked about how to program applications that use phone features. In this chapter, we will show you how to send and receive Short Message Service (SMS) messages. We will also touch on several other interesting aspects of the telephony APIs in Android, including the Session Initiation Protocol (SIP) functionality. SIP is an IETF standard for implementing Voice over Internet Protocol (VoIP) where the user can make telephone-like calls over the Internet. SIP can also handle video.
SMS stands for Short Message Service, but it's commonly called text messaging. The Android SDK supports sending and receiving text messages. We'll start by discussing ...
Read now
Unlock full access