↧
Android Sending Email Example
To send an email from your application, you don’t have to implement an email client from the beginning, but you can use an existing one like the default Email app provided from Android, Gmail, Outlook,...
View ArticleAndroid Sending SMS Example
In some situations, we want to send sms messages from our own Android application. There are two different ways to do such a thing: By using SmsManager class By using an implicit Intent The use of...
View Article