muhammedkasva
muhammedkasva

Reputation: 672

How to create email button on Android?

I'm a beginner at Android programming. I want to create specific email button on my program. (For example email adress is [email protected]). When I click email button, mail program should open. How can I achieve this?

Upvotes: 3

Views: 6805

Answers (1)

dsaltus
dsaltus

Reputation: 21

If you're getting the No applications can perform this action error,
simply create an email account using your emulator.
Android can't send mail from a non-existing email account.

Upvotes: 2

Related Questions