Quantcast
Channel: Examples Java Code Geeks » implicit Intent
Browsing latest articles
Browse All 2 View Live

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 Article


Android 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

Browsing latest articles
Browse All 2 View Live