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.
Asked
Active
Viewed 797 times
1 Answers
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
-
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