Question

I have a TabActivity containing an activity with a button.

When the button is pressed I wish another activity to appear in the same tab.

When the user presses the back button, the original view would appear.

Is this possible?

Android Java or MonoDroid .NET answers are fine

Was it helpful?

Solution

you can implements a view extends layout and draw two views on this layout. Two views can exchange according to the actions.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top