How to Send text message from android app || Android studio tutorial

  Рет қаралды 41,970

Technical Coding

Technical Coding

Күн бұрын

In This Video I explain how you can send text messages from your android app.
Sending text message can also be possible from your android app. In this video I give an example how you can do it in your android studio.
Remember to work sms manager successfully you need make sure that SEND_SMS permission is allowed that's why we need to ask for the runtime permission from user.
How to request runtime permission:-
• How to ask for app per...
Example code: it will avaiable in short time
Thank you guys for watching and didn't forget to subscribe
/ technicalcoding
Support us through patreon:-
www.patreaon.com/technicalcoding
check out my website:-
technical-coding.blogspot.com
Follow us on Facebook page:-
/ techno-coding-48839923...
Follow me on Intagram:-
/ pritish174
#AndriodStudio #SMS #AndroidDev

Пікірлер: 75
@suyashbhargava7314
@suyashbhargava7314 Жыл бұрын
Thank you so much sir for helping me finally I make this app and it's work successfully 😊😊
@prathamesh2906
@prathamesh2906 2 жыл бұрын
Thanks sir, very helpful
@vernevens1598
@vernevens1598 2 жыл бұрын
Looks easy. Thanks.
@jcayournewstyle182
@jcayournewstyle182 3 жыл бұрын
Excellent video!!!! I loved it.
@TechnicalCoding
@TechnicalCoding 3 жыл бұрын
Thanks
@aayshasayyad1517
@aayshasayyad1517 3 жыл бұрын
thanks sir, Awesome and very helpful
@TechnicalCoding
@TechnicalCoding 3 жыл бұрын
glad to like it
@usamazafar337
@usamazafar337 3 жыл бұрын
Thank you Bro It worked for me
@TechnicalCoding
@TechnicalCoding 3 жыл бұрын
welcome
@vaishalimoraskar8982
@vaishalimoraskar8982 3 жыл бұрын
thanks sir , very nice , very helpful.
@TechnicalCoding
@TechnicalCoding 3 жыл бұрын
glad to hear it
@KudaThaShoota
@KudaThaShoota 2 жыл бұрын
Can you change the phone number your sending it from to any other number ? Or is it just a set phone number
@cliffordyeboah4565
@cliffordyeboah4565 3 жыл бұрын
Interesting tutorial
@mersalmakers1577
@mersalmakers1577 2 жыл бұрын
One of the good videos!!!.... Keep rocks
@TechnicalCoding
@TechnicalCoding 2 жыл бұрын
Glad you like it
@sharath5381
@sharath5381 3 жыл бұрын
Thank you bhai u are the best🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🚒🚒🚒🚒🚒🚒🚒🚒🚒
@TechnicalCoding
@TechnicalCoding 3 жыл бұрын
Glad you like it
@ArezNury
@ArezNury 3 жыл бұрын
Continue best project
@user-st5qx9tn5x
@user-st5qx9tn5x 4 жыл бұрын
Nice
@RoyAmul
@RoyAmul 3 жыл бұрын
hey I am gettiing error at line number 41 in java file it is about requestCode:1 coud you please help me
@ostrinsimon45
@ostrinsimon45 3 жыл бұрын
Thank you bro
@budgetroomhotel9807
@budgetroomhotel9807 3 жыл бұрын
Sir plz can u make a video for auto sending of a message at a particular time i.e if we have set time of 2 days in future, then msg automatically shoot up at that time
@tanapadutta42
@tanapadutta42 4 жыл бұрын
really helpful bro
@TechnicalCoding
@TechnicalCoding 4 жыл бұрын
Thanks
@Rakesh-ll9fg
@Rakesh-ll9fg 4 жыл бұрын
Awesome bhai 👍😊👏
@TechnicalCoding
@TechnicalCoding 4 жыл бұрын
thanks
@usmansoftwareengineer
@usmansoftwareengineer 3 жыл бұрын
bro allow navigation application mera mobile m show nahi hota na sms send hota h any reason?
@appsperfect4257
@appsperfect4257 3 жыл бұрын
Could you please help me with this: I want to give the user the ability to choose from his contacts not to write the number. Thanks
@mirzaabdulrehman428
@mirzaabdulrehman428 3 жыл бұрын
its working ,, thanku
@nandiniachugatla932
@nandiniachugatla932 3 жыл бұрын
Which version u used
@mirzaabdulrehman428
@mirzaabdulrehman428 3 жыл бұрын
@@nandiniachugatla932 what version? version of Android emulator?
@akashdeepgupta2085
@akashdeepgupta2085 3 жыл бұрын
How to send message from company number not from user ?
@sanducreations
@sanducreations 2 жыл бұрын
How can I change the sms sender id?
@mtb_studio2451
@mtb_studio2451 2 жыл бұрын
I completed the apps according to your tutorial but i couldn't send smd in bangladeshi number from bangladesh.
@HaniStudio
@HaniStudio 3 жыл бұрын
Bro hum automatically sms kesy send krwa skty hain jb mobile off kr k on kia jy
@dkg5899
@dkg5899 3 жыл бұрын
Can we send a same message to multiple phone numbers with this? If so what modification should we have to do with this app.
@hannabeprakash
@hannabeprakash Жыл бұрын
I wanted to know the same
@-bVamshi-jv3ih
@-bVamshi-jv3ih 3 жыл бұрын
Sir i dont have manifest package that ur showing in my android studio..can u help me with this..?
@cgcrack4672
@cgcrack4672 Жыл бұрын
type android.Manifest.permission.SEND_SMS
@davidmtundi3400
@davidmtundi3400 3 жыл бұрын
hello, can i get the source code please
@maxnashe3909
@maxnashe3909 3 жыл бұрын
Hi how can i contact you i need tech support
@knzdespair
@knzdespair 2 жыл бұрын
can u send the cource code sir? thanks
@NeerajKumar-mj6tu
@NeerajKumar-mj6tu 3 жыл бұрын
Are you sure that this code snippet will enough to send messages to other numbers? According to Google Policy: support.google.com/googleplay/android-developer/answer/9047303#intended we cannot use the SEND_SMS permission? Could you please confirm it?
@veenaiyer1317
@veenaiyer1317 3 жыл бұрын
Sir, can u plz share d code
@rovaherverabe-andriamarozo3787
@rovaherverabe-andriamarozo3787 2 ай бұрын
Can you give the source code please ?
@marianaserban7892
@marianaserban7892 3 жыл бұрын
Is it possible to send a sms from emulator to a phone number? When I put the app on my phone it worked, but I need to send SMS from the android studio emulator to a number
@10daysAgo
@10daysAgo 2 жыл бұрын
How is that possible ? You are sending via sim isn't it ? Then emulator cannot work because of sim card issue .
@bhavprita512
@bhavprita512 3 жыл бұрын
Showing manifest package does not exist
@Imaangrycat
@Imaangrycat 2 жыл бұрын
Can you give Source code ?
@vadakkanchottanikara6587
@vadakkanchottanikara6587 3 жыл бұрын
Dear i want sms otp. Could u pls help
@TechnicalCoding
@TechnicalCoding 3 жыл бұрын
I will do that video when I will start firebase tutorial
@vadakkanchottanikara6587
@vadakkanchottanikara6587 3 жыл бұрын
@@TechnicalCoding ok.. Dear... i have doubt automatically our mobile number detection using firebase. I done without firebase automatiacl mobile number detection
@samirchaiblaine6520
@samirchaiblaine6520 3 жыл бұрын
thanks bro but I don't receive anything.can you tell me why?
@KY_7410
@KY_7410 3 жыл бұрын
may be message too long
@nightcrusader5047
@nightcrusader5047 3 жыл бұрын
Hi there I am using the same code, but still am not able to receive any message.
@TechnicalCoding
@TechnicalCoding 3 жыл бұрын
The code I showed is correct and if didn't see any error it most likely the you don't have any recharge plan. RECHARGE NOW
@nightcrusader5047
@nightcrusader5047 3 жыл бұрын
@@TechnicalCoding buddy i am using unlimited plan
@nandiniachugatla932
@nandiniachugatla932 3 жыл бұрын
I did it. But sms not send to number. Not working. If any one do this. Then plz tell me
@gta-servicesgta-services7396
@gta-servicesgta-services7396 3 жыл бұрын
Hi bro is the SMS free or. Not ?
@TechnicalCoding
@TechnicalCoding 3 жыл бұрын
no it is like your phone recharge sms
@echui1350
@echui1350 2 жыл бұрын
為何今天一整天都在我的手机上寫著数據使用量警告。你們到底想說什麼。
@samirdesigner3324
@samirdesigner3324 4 жыл бұрын
how send message with number hide ?
@TechnicalCoding
@TechnicalCoding 4 жыл бұрын
the thing that you want to do is called bulk messages without number showing to use that you need to use external services like fast 2 sms and some have them has paid services.
@samirdesigner3324
@samirdesigner3324 4 жыл бұрын
@@TechnicalCoding if make is good
@TechnicalCoding
@TechnicalCoding 4 жыл бұрын
yes indeed🖒
@afrinmm4793
@afrinmm4793 3 жыл бұрын
Sir i got error failed to send
@TechnicalCoding
@TechnicalCoding 3 жыл бұрын
if you did everything right the only problem i can think of is your mobile doesn't have balance to send sms. Recharge Now
@rahulgosavi5412
@rahulgosavi5412 3 жыл бұрын
@@TechnicalCoding 😅😅😅
@gauravpp5768
@gauravpp5768 3 жыл бұрын
are bhai iska code bhi to de
@eoghanfeighery7383
@eoghanfeighery7383 Жыл бұрын
If anyone gets an error with this line of code: Manifest.permission.SEND_SMS, change it to this: android.Manifest.permission.SEND_SMS
@anhtuta2767
@anhtuta2767 5 ай бұрын
thank you so much
ОСКАР ИСПОРТИЛ ДЖОНИ ЖИЗНЬ 😢 @lenta_com
01:01
Каха ограбил банк
01:00
К-Media
Рет қаралды 10 МЛН
How to send Email on Android using Java Intent
10:46
Codes Easy
Рет қаралды 8 М.
RecyclerView | Everything You Need to Know
25:07
Practical Coding
Рет қаралды 129 М.
Writing your first Android app - everything you need to know
16:50
Android Authority
Рет қаралды 2 МЛН
How to Send Notification in Android
14:15
Codes Easy
Рет қаралды 37 М.
Sending and Receiving SMS in Android
19:07
Bindu Verma
Рет қаралды 2,3 М.
Secret Wireless charger 😱 #shorts
0:28
Mr DegrEE
Рет қаралды 2,3 МЛН
ИГРОВОВЫЙ НОУТ ASUS ЗА 57 тысяч
25:33
Ремонтяш
Рет қаралды 294 М.