Click here to Skip to main content
15,899,679 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: How to connect to sql server 2008 through windows mobile 6 Pin
shrikant yadav 23520-Feb-11 20:46
shrikant yadav 23520-Feb-11 20:46 
QuestionAlternate Blackberry webworks sdk for VS 2008 download site Pin
Anoop Brijmohun17-Feb-11 19:46
Anoop Brijmohun17-Feb-11 19:46 
AnswerRe: Alternate Blackberry webworks sdk for VS 2008 download site Pin
Richard MacCutchan20-Feb-11 3:01
mveRichard MacCutchan20-Feb-11 3:01 
GeneralRe: Alternate Blackberry webworks sdk for VS 2008 download site Pin
Anoop Brijmohun20-Feb-11 19:59
Anoop Brijmohun20-Feb-11 19:59 
Questionhow to check if there is connection to my WebService ? Pin
goldsoft15-Feb-11 18:56
goldsoft15-Feb-11 18:56 
QuestionAnyone know of a commercial zip/unzip command line utility for CE 6 (Arm)? Pin
Joe Woodbury14-Feb-11 12:29
professionalJoe Woodbury14-Feb-11 12:29 
QuestionAndroid, How to scale text to fit into a predefined rect using a canvas not a textview. Pin
timverhoeven14-Feb-11 2:01
timverhoeven14-Feb-11 2:01 
QuestionSend Multiple sms Pin
MsmVc6-Feb-11 23:27
MsmVc6-Feb-11 23:27 
Hi Experts

How can i send multiple(different number) SMS through code? Code is here..
public class sms extends Activity {
   private static final String View = null;
   /** Called when the activity is first created. */
   boolean b;
   
   
   public void onCreate(Bundle savedInstanceState) {
      super.onCreate(savedInstanceState);

try {
         
         sendSMS(Numbert, Message);
         Toast.makeText(sms.this, "SMS Sent", Toast.LENGTH_LONG).show();
         

      } catch (Exception e) {
         
         //Toast.makeText(sms.this, e.getMessage(),Toast.LENGTH_LONG).show();
      }
      
      
   }

public void sendSMS(String number, String msg) throws Exception {
{
for(int i=0;i<10;i++)
{
SmsManager sms = SmsManager.getDefault();
             TelephonyManager telemngr = (TelephonyManager) getSystemService(TELEPHONY_SERVICE);
            
                sms.sendTextMessage("01234555", null, "Test Message", null, null);
}
}

AnswerRe: Send Multiple sms Pin
PavanPareta7-Feb-11 19:24
PavanPareta7-Feb-11 19:24 
GeneralRe: Send Multiple sms Pin
MsmVc7-Feb-11 20:23
MsmVc7-Feb-11 20:23 
AnswerRe: Send Multiple sms Pin
Deflinek10-Feb-11 0:52
Deflinek10-Feb-11 0:52 
GeneralRe: Send Multiple sms Pin
MsmVc10-Feb-11 18:00
MsmVc10-Feb-11 18:00 
GeneralRe: Send Multiple sms Pin
JudyL_MD11-Feb-11 5:08
JudyL_MD11-Feb-11 5:08 
GeneralRe: Send Multiple sms Pin
MsmVc11-Feb-11 17:18
MsmVc11-Feb-11 17:18 
GeneralRe: Send Multiple sms Pin
MsmVc13-Feb-11 19:31
MsmVc13-Feb-11 19:31 
GeneralRe: Send Multiple sms Pin
JudyL_MD14-Feb-11 15:28
JudyL_MD14-Feb-11 15:28 
QuestionC++ Andriod Pin
Pranit Kothari6-Feb-11 7:01
Pranit Kothari6-Feb-11 7:01 
AnswerRe: C++ Andriod Pin
Richard MacCutchan6-Feb-11 22:18
mveRichard MacCutchan6-Feb-11 22:18 
GeneralRe: C++ Andriod Pin
Pranit Kothari6-Feb-11 22:22
Pranit Kothari6-Feb-11 22:22 
GeneralRe: C++ Andriod Pin
Richard MacCutchan6-Feb-11 22:59
mveRichard MacCutchan6-Feb-11 22:59 
AnswerRe: C++ Andriod Pin
parths6-Feb-11 22:33
parths6-Feb-11 22:33 
AnswerRe: C++ Andriod Pin
SvennFreddy8-Feb-11 20:52
SvennFreddy8-Feb-11 20:52 
Questionmobile site development Pin
pallavi shrivastava3-Feb-11 19:54
pallavi shrivastava3-Feb-11 19:54 
AnswerRe: mobile site development Pin
parths4-Feb-11 0:46
parths4-Feb-11 0:46 
QuestionPorting from CE4.x to CE6 Pin
GDavy2-Feb-11 19:58
GDavy2-Feb-11 19:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.