Shared Element Transitions + Memory Cache Key between 2 fragments #1185
JJSarrasin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I'm finally switching from Picasso to Coil. I target the RC1 release. Everything seems to work fine so far.
I've read the whole documentation and I'm interested in two features
In my current application I only have fragments. From what I read, it's not possible to implement Shared Element transitions in this case. I should rather implement custom animation to do it?
In my 'main' fragment, I have a list of picture and when I click on one of them, I have the detail view, with the same image but higher resolution. According the documentation I should share the image view from my main fragment to my detail fragment to be able to implement the preloading placeholder. Did I understand right ?
Thanks for your help and also thanks a lot Colin for this awesome lib
Beta Was this translation helpful? Give feedback.
All reactions