91-9990449935 0120-4256464 |
How to send email in android using intentWe can easily send email in android via intent. You need to write few lines of code only as given below Example of phone call in androidactivity_main.xmlDrag the 2 EditTexts, 1 MultiLine EditText, 3 TextViews and 1 Button from the pallete, now the activity_main.xml file will like this: File: activity_main.xml
Activity classLet's write the code to send email via intent. File: MainActivity.java
Next TopicAndroid Bluetooth Tutorial
|