How to use the same Activity for 3 different tabs in TabActivity with different inputs?

You need to have 3 different instances of the activity. You can do something like this newIntent1 = new Intent(this, ShowContents. Class); newIntent2 = new Intent(this, ShowContents.

Class); newIntent3 = new Intent(this, ShowContents. Class) Then use these 3 instances for 3 tabs. Should be fine like this.

You need to have 3 different instances of the activity. You can do something like this newIntent1 = new Intent(this, ShowContents. Class); newIntent2 = new Intent(this, ShowContents.

Class); newIntent3 = new Intent(this, ShowContents. Class); Then use these 3 instances for 3 tabs. Should be fine like this.

Tried but its not working same as the original – Vamsi Feb 11 at 10:24 I am having the same problem. Were you able to resolve? – Sheehan Alam May 9 at 18:04 not yet... could not find – Vamsi Jun 2 at 10:00.

My TabActivity contains two tabs which calls two two different activities . I want to setResult() for the TabActivity when either one of the child finishes. Is there any method to find out when my activity inside tab finishes?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions