开发者

Start another activity (by Intent) on half screen

开发者 https://www.devze.com 2023-03-12 21:48 出处:网络
I开发者_如何转开发s 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?I don\'t think you

I开发者_如何转开发s 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?


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.


I would look into using a tabhost for that:

http://developer.android.com/resources/tutorials/views/hello-tabwidget.html

0

精彩评论

暂无评论...
验证码 换一张
取 消