I want to write method to send SMS on number and with text from edit text fields. After message is sent I want to receive some sound or something to alert me that SMS is received. How can I do that?
Thank you in advance,
Wolf.
I want to write method to send SMS on number and with text from
Share
This site seems to have a good write up of both: http://mobiforge.com/developing/story/sms-messaging-android
The important parts are this:
And this answer has a simple broadcast receiver to get the text messages coming in: Android – SMS Broadcast receiver
Should look something like: