Top "Sms" questions

Short Message Service (SMS) is the standardized text communication service component of phone, web or mobile communication systems that allow the exchange of short text messages between fixed line or mobile phone devices.

How can I read SMS messages from the device programmatically in Android?

I want to retrieve the SMS messages from the device and display them?

android sms inbox
How to programmatically send SMS on the iPhone?

Does anybody know if it's possible, and how, to programmatically send a SMS from the iPhone, with the official SDK / …

ios objective-c cocoa-touch sms
Show compose SMS view in Android

I want to send a sms with Android. What is the intent for SMS sending? I want to show the …

android sms
How to send SMS in Java

What are the possible ways to send and receive sms from Java application? How?

java sms
How to pre-populate the sms body text via an html link

How to use an html link to open the sms app with a pre-filled body? Everything I have read seems …

html ios hyperlink sms
launch sms application with an intent

I have a question about an intent... I try to launch the sms app... Intent intent = new Intent(Intent.ACTION_…

android sms android-intent
Android – Listen For Incoming SMS Messages

I am trying to create an application for monitoring incoming SMS messages, and launch a program via incoming SMS, also …

android sms android-service
How to access the SMS storage on Android?

Beginner Android dev here. I'm trying to create an app that will read the SMS messages stored on the device …

android sms android-contentprovider
Android: Share plain text using intent (to all messaging apps)

I'm trying to share some text using an intent: Intent i = new Intent(android.content.Intent.ACTION_SEND); i.setType("…

android email android-intent sms
Send a SMS via intent

I want to send an SMS via intent, but when I use this code, it redirects me to a wrong …

android android-intent sms