A very useful feature in Android is the SmsManager API which you can use to send an SMS from inside your own Application. Actually there are two way you can send an SMS from your Application: Using SmsManager API Using the build in SMS activity of Android API Using the built in Application is fairly easy, because you don’t have ...
Read More »