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.

Sending an SMS to a Cellphone using Django

I am building an application, where I have this little survey module, which sends out a simple sms to the …

django sms mobile-phones mobile-website
How many database columns associated with a SMS in android?

I want to read all the messages and their respective details from my phone. For this I am using the …

android sms messages
Receive SMS messages by web application

We are building a web app that should be able to receive SMS messages and store the information contained in …

sms gateway
Programmatic SMS

What is the best way to programmatically send an SMS text message? Are there any free Web Service based SMS …

mobile sms
Android sending lots of SMS messages

I have a app, which sends a lot of SMS messages to a central server. Each user will probably send ~300 …

android sms
Android Broadcast Receiver for Sent SMS messages?

I created a BroadcastReceiver and configured it with an android.provider.Telephony.SMS_RECEIVED action filter so it is called …

android sms broadcastreceiver
How to pass spaces in a REST call using HttpGet in java

I am sending a call to a SMS gateway using their REST API. Everything is fine when I send a …

java https sms uri sms-gateway
Send SMS programmatically, without the SMS composer window

Until yesterday I thought that it was not possible to send background SMS without using the IOS SMS interface (Which …

iphone interface sms
Intercepting Outgoing SMS

Is it possible to intercept outgoing SMS before it is actually sent, get its contents then ignore / send it according …

android sms intercept
Android SMS receiver not working

I'm trying to write a simple application that attempts to receive SMS messages and handle them. I've followed several tutorials …

android sms broadcastreceiver intentfilter