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-transitionsI'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-transitionsIn 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