android tutorial - Email Share using android intent | Developer android - android app development - android studio - android app developement
Email Share using android intent [ Text Only ]
- This will trigger the native email client for sharing text.
Parameters : Email To address, Subject, Body.
Code Sample :
- you can call the function wherever you need, (mostly inside click listeners) like below