Shared Element Transition Android Doesn't Work
I'm trying to to this for a day but i don't know what is the problem! I have an activity with two fragments which in the first one i have a RecyclerView contains an imageview and o
Solution 1:
Please go through this link and the link to his github is here. It has answers to all your queries. I had followed the same link.
Solution 2:
Finally, i fined my ****ing mistake after a week.
It's Best To Use android.support.v4.app.Fragment
thats why it wasn't work
i mixed between android.support.v4.app.Fragment
and android.app.Fragment
i highly recommend you to use this tutorial, specially download the git repository
Post a Comment for "Shared Element Transition Android Doesn't Work"