Is it possible to start an activity (ie. Calculator) from within my main activity but in such a way that it only takes a part of the screen and not the whole screen?
Is it possible to start an activity (ie. Calculator) from within my main activity
Share
I don’t think you can do that before honeycomb fragments.
But nothing prevents you from taking your calculator apart, and make it a reusable view.