Top "Fragment-transitions" questions

Send data to fragment with FragmentTransaction

I'm in my fragment class calling this: @OnClick(R.id.blockedLinkLayout) public void onBlockedClick(){ final FragmentTransaction ft = getFragmentManager().beginTransaction(); ft.…

android android-fragments send android-bundle fragment-transitions
Shared elements animating between fragments

I'm trying to animate 2 simple Views from a selected item in a RecyclerView to a new fragment. I've looked at …

android android-fragments android-recyclerview shared-element-transition fragment-transitions
How to postpone a Fragment's enter transition in Android Lollipop?

In Android Lollipop, the Activity#postponeEnterTransition() and Activity#startPostponedEnterTransition() methods give the Activity the ability to delay starting the entering …

android android-5.0-lollipop shared-element-transition activity-transition fragment-transitions