Possible Duplicate:
How can i use compose email activity in tabView?
I want to call Email compose activity in a Tab.
How can i do that?
There are Two Package.
com.demo and com.demo1. Tab Activity is in com.demo and I want to call another activity from com.demo1 in Tab Activity in com.demo. How can i do that?
Composing an email will be an intent. This article helps you to call an intent from tabs.
And also this link will help you to create email intent.