What's the best way for an Android application to send SMS messages?
-
I need to allow users to send SMS using my app. Best of the SMS will not show up in "Sent" folder. Assume there is no Internet connection.
-
Answer:
The following StackOverflow answer best describes what you are trying to achieve: http://stackoverflow.com/questions/4967448/send-sms-in-android
Sheehan Alam at Quora Visit the source
Other answers
There is Sms Manager API for this SmsManager smsManager = SmsManager.getDefault(); smsManager.sendTextMessage("phoneNo", null, "sms message", null, null); you need to add permission in manifest file. <uses-permission android:name="android.permission.SEND_SMS" /> you can google it or you can read http://developer.android.com/reference/android/telephony/SmsManager.html for more info.
Sohit Keshri
Hello, There are so many Applications through which you can send SMS from Android phone. It depends, whatâs your requirement i.e. you want to send SMS as one to one or one to many. Some of the apps are charging for these facilities and some are free, It all depends on what Option you opt. Below are some apps which will help you in sending massages . For Example: Google Messenger, My SMS, Messaging (stock Kit Kat SMS app),chomp SMS, Textra SMS, Hover Chat, QKSMS , Hand cent SMS ,hello SMS, Text Secure, Evolve SMS and so many. Please note that if you want to send some http://www.kapsystem.com or Informational SMS at corporate level, you will have to opt for http://www.kapsystem.com. Lots of companies are providing these facilities. Note that if you want http://www.kapsystem.comfacilities then it required internet connectivity, wherever you install NON Web based Application,there must be needed to connect internet for software functioning. Web Based Bulk Sms Application can be used from anywhere. We Kapsystem, BULK SMS Provider, having expertise team to support all the features of BULK SMS Service. To know about more Bulk Sms Services, you can reach http://Kapsystem.com/new/freedemo1.php .
Amreen Naz
Check this small example with 2 approuch to send sms: https://github.com/gorbin/asamples/tree/master/app/src/main/java/com/example/asamles/app/sms Don't forget about permissions!
Evgeny Gorbin
Related Q & A:
- What's the best way to get into the Graphic Design industry?Best solution by Yahoo! Answers
- What's the best way of returning damaged NIKE shoes to NIKE for another pair?Best solution by Yahoo! Answers
- What's the best way to hook up an overhead projector to a laptop?Best solution by Yahoo! Answers
- What's the best way to whiten your teeth?Best solution by Yahoo! Answers
- What's the best way to start a small clothing line business?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.