I improve my app with jokes and I have problem. I would like to add “send by sms button” and i would like to send text in TextView through SMS (If user choose joke and he will want send by SMS).
How Can I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See Send SMS in android. It is not possible to send Texts automaticly, Android secured that function. This code will start an Intent to the SMS send applicataion:
Also see this tutorial and this tutorial.