How can I show an animated full screen View over the rest of the UI and View Hierarchy in Android? -


i trying figure out how handle ui feature want make viewpager appear on everything, scroll through page items, , when press goes away. use full screen dialog this, want apply combination fade animation (fade in on appear , fade out on disappear) scale animation (scale nothing fullscreen on appear , scale down fullscreen nothing on disappear).

dialogs seem lot less animation friendly based on dialog , animation interfaces compared views. again, don't know how make view sit on top of since that's dialogs for. seems hard tell lesser evil, potentially benefit more having full screen view on else. need do?

edit: point brought @sound-conception should make clear, sadly due application context feature, making separate activity not option right now.

you state in question viewpager full screen view. in case implement viewpager seperate activity , use activity transitions.
check out google i/o developer video on activity transitions.
there's lots of info on developer website


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -