How to implement shared transition element form RcyclerView's item to Fragment with Android Navigation Component?
问题 I have a pretty straightforward case. I want to implement shared element transition between item in RececlerView and fragment . I'm using android navigation component in my app. There is an article about shared transition on developer.android and topic on stackoverflow but this solution works only for view that located in fragment layout that starts transition and doesn't work for items from RecyclerView . Also there is a lib on github but i don't want to rely on 3rd party libs and do it by