Partial slide android
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.
精彩评论