开发者

Partial slide android

开发者 https://www.devze.com 2023-03-14 01:34 出处:网络
H开发者_如何学Cow do I slide only an part of the screen when changing intent? For example: prevent the header of the intent to slide when intent is changed.

H开发者_如何学Cow do I slide only an part of the screen when changing intent?

For example: prevent the header of the intent to slide when intent is changed.

Or how can I use an intent within another intent and start activities without effecting the main intent.


You can user ViewFlipper. Use the showNext() and showPrevious() to change content. And you can put a header in outer of the viewflipper and it won't flip. The flip can be animated.

0

精彩评论

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