I want to know if there is anyway that I can send sms to multiple number of people using the SmsManager. I know that I can run a loop through the contacts and send sms individually but I figured that
I\'m using this example http://www.codeproject.com/KB/cs/SMS.aspx to make an application that will send SMS via mobile phone. When I make a GUI win app everything works fine, but when I try to convert
I have an application that expects SMS messages in certain formats. If a SMS message meets specific criteria set out by my app, I want to prevent the re-broadcast of the SMS, otherwise allow it to pro
I want to receive a sms in my app, but I don\'t want my Android to show a notification about that event. Algorithm:
I\'m looking for information how to receive and send SMS using own applicatio开发者_运维百科n. I don\'t know what devices I should use, what programming language has an appropiate API and so on.You mi
Have an app that carries out a number of tasks when the phone receives on sms message, and they all work fine.However, if I exit/ kill the app, I get a force close error when I receive an sms message.
I\'m developing an sms application in c#. The service that I use to send a message only allows characters form the 7 bit alphabet. I\'m looking for a way to check if a message only contains characters
I am trying to create an application that would act as an SMS server between multiple virtual instances of Java ME.
I have a very quick turnaround for a kiosk style app for a client. It will not be placed on the AppStore, hence my query about private frameworks.
Ok i wish to do this on a Linux box.. I need to be able to receive a sms message (it will no doubt arrive by email) and then act upon it..