0

I know how to send a simple text mail using intent but I have a dynamically populated table layout which I want to mail. How do I do that? Please help.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
mohit
  • 91
  • 1
  • 2
  • 5

1 Answers1

1

In my experience android's email client ignores html table formatting. You will have to implement your own email client.

Refer to this table to check android email html capabilities

Community
  • 1
  • 1
Reno
  • 33,594
  • 11
  • 89
  • 102
  • But table layout is there in the list....Just tell me how to refer to the layout...so that I can pass it via intent. – mohit Apr 11 '11 at 05:57