Quantcast
Channel: android developer Feed
Viewing all articles
Browse latest Browse all 35

Sending SMS using Android

$
0
0

Sending SMS Android AppSMS - Short Message Service is very effective and quick way of communication. Your app may have a use case wherein it needs to send SMS to someone. So lets see how it can done, it is relative simple as you would see below:

Step 1: Creating the project
This is the simplest step of them all. Just go to your project wizard and create a new project with the following details:

Project name: SendSms2.3
Application name: SendSms2.3
Package name: send.sms
Minimum Required SDK: API 8
Target SDK: API 10
Main Activity: SendSmsActivity
Layout name: main


Viewing all articles
Browse latest Browse all 35

Trending Articles