3

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

Jonik
  • 80,077
  • 70
  • 264
  • 372
muhammedkasva
  • 672
  • 4
  • 12
  • 20

1 Answers1

2

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.

dsaltus
  • 21
  • 2