Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fragment-transitions

Fragment transitions in Android with MVVMCross

Fragment enter and exit transitions are not executed at the same time

How to show the fragment's enterTransition above the exitTransition

Android 10 (Q) transition shared element view in Fragment with RecyclerView is being stucked at fixed position

Send data to fragment with FragmentTransaction

How to postpone a Fragment's enter transition in Android Lollipop?

Shared elements animating between fragments

Return transition not working correctly when using fragment shared transitions

shared element transition works with FragmentTransaction.replace() but doesn't work with FragmentTransaction.add()

Fragment shared element transition with add() instead of replace()?