Android Question Is it possible to have a foreground animation during transition of Activities?

fredo

Well-Known Member
Licensed User
Longtime User
For some reasons there should an animation be shown in the foreground
while the transition from one Activity to another.

15-12-_2016_17-30-55.jpg


Is this technical possible in Android?
 
Last edited:

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,
You should take a look at Informatix Pro Bundle which includes the OverlayWindow library. It would allow you to display anything (a panel which can look like an activity) controlled from a service and than have a view over the two activities.
 
Upvote 0

fredo

Well-Known Member
Licensed User
Longtime User
It would allow you to display anything
Yepp, that's it:
transActProgr.gif


Now that there is a "proof" (see enclosed project file) it can be build up to a more userfriendly animation.

A requirement for using this is the "OverlayWindow" from Informatix's "Pro Bundle" (chargeable and well worth it)
 

Attachments

  • OverlayWindowAsTransitionProgress.zip
    8.4 KB · Views: 219
Upvote 0
Top