The rest of the internet told me to create an if statement for my intent: But it wouldn't work. I tried your startActivity code and it worked! Not sure what I was doing wrong, but anyway thank you!
Hello sir, Thank you for teaching us with such topics and with very best explanation possible. I would just like to know "how to send an email directly". (i.e without opening gmail or any other mail service app). It would be very helpul if you could guide me.
Sir, is there any way to read mails in my own android application. I want to develop an Android app which will filter mails using some fixed keywords and alert me if any important mail received.
Hello sir, can you make tutorial on, Sending multiple textviews(text view1, textview2......etc) into the same message box in new lines). In Message box, Textview1 Textview2 Text view3 . . . .like this
Sir, make a tutorial on network connection checking from all activities using broadcast receiver, like UA-cam check in their application. Thank you, best regards
The rest of the internet told me to create an if statement for my intent:
But it wouldn't work. I tried your startActivity code and it worked! Not sure what I was doing wrong, but anyway thank you!
weird my code didn't print before: if (intent.resolveActivity(getPackageManager()) != null) {startActivity(intent);
Hello sir,
Thank you for teaching us with such topics and with very best explanation possible. I would just like to know "how to send an email directly". (i.e without opening gmail or any other mail service app). It would be very helpul if you could guide me.
Can you make this without opening Gmail app
So good, you provided me with the code no other video did!!?!? Kudos
I wasn't able to figure out the uri parse thing
Subscribe like share 😊
Sir, is there any way to read mails in my own android application. I want to develop an Android app which will filter mails using some fixed keywords and alert me if any important mail received.
Thank you for your help. Much appreciated.
Hello sir, can you make tutorial on,
Sending multiple textviews(text view1, textview2......etc) into the same message box in new lines).
In Message box,
Textview1
Textview2
Text view3
.
.
.
.like this
its a trivial question - just concatenate your textview's text into a single string and then call send email with that as a body.
How and where is the code linked to the button? i am not able to figure that out. Please explain I am just a beginner
good one
How to send gmail without opening the gmail app
Sir, make a tutorial on network connection checking from all activities using broadcast receiver, like UA-cam check in their application.
Thank you, best regards
Will do so by tomorrow 😊
Determine and Monitor the Connectivity Status in android application ua-cam.com/video/bP-ekspjPIY/v-deo.html
Plz show the xml code tooo
we can also send email automatically:-
1) github.com/krunalpatel3/AutoEmail-BackGround-WorkManager
2) github.com/krunalpatel3/Send-Email-Alarm-Example