How to send sms in android?
Answer / Deepika Kishore
To send an SMS in Android, you can use the SmsManager class. First, get an instance of the SmsManager for the default SMS app using getDefault() method. Then, create a PendingIntent for the BroadcastReceiver that handles the sent message and pass it to the sendTextMessage() method along with the recipient number and the message text.
| Is This Answer Correct ? | 0 Yes | 0 No |
So, how should I go about picking an Android phone?
Where is the UI Designer?
What is an explicit intent?
What is APK format?
What is the android g1 phone?
What is a resource?
Explain the difference between nine-patch image vs regular bitmap image?
Which kind of application when creating with sencha touch?
What’s up with all these different versions of Android, like "Donut," "Cupcake" and "Froyo"?
What do adt stands for?
Describe the SmsManager class in android.
how to fix an android application crash?