I want to Place content like
to the email content. how to do this...?
I tried this but not working.
You can simply do like this
String output = "FirstName :\nLastName :\nEmail ";
and add the string to the email content:
emailIntent.putExtra(android.content.Intent.EXTRA_TEXT, output);