postpone transitions with fragments
up vote
0
down vote
favorite
I'm using shared element transition of fragments to move from a grid list of images (with Recyclerview) to the image item in a ViewPager and I use Glide to load images. but with my implementation there are problems I cannot find anywhere solutions for them. The most annoying one is that view is lagging when glide tries to load images. some suggest to postpone transition using postponeStartTransition(). But this method is not working when setReorderingAllowed() is false. and when setReorderingAllowed() is true the fragment transitions are not working. how should I solve this problem?
add a comment |
up vote
0
down vote
favorite
I'm using shared element transition of fragments to move from a grid list of images (with Recyclerview) to the image item in a ViewPager and I use Glide to load images. but with my implementation there are problems I cannot find anywhere solutions for them. The most annoying one is that view is lagging when glide tries to load images. some suggest to postpone transition using postponeStartTransition(). But this method is not working when setReorderingAllowed() is false. and when setReorderingAllowed() is true the fragment transitions are not working. how should I solve this problem?
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm using shared element transition of fragments to move from a grid list of images (with Recyclerview) to the image item in a ViewPager and I use Glide to load images. but with my implementation there are problems I cannot find anywhere solutions for them. The most annoying one is that view is lagging when glide tries to load images. some suggest to postpone transition using postponeStartTransition(). But this method is not working when setReorderingAllowed() is false. and when setReorderingAllowed() is true the fragment transitions are not working. how should I solve this problem?
I'm using shared element transition of fragments to move from a grid list of images (with Recyclerview) to the image item in a ViewPager and I use Glide to load images. but with my implementation there are problems I cannot find anywhere solutions for them. The most annoying one is that view is lagging when glide tries to load images. some suggest to postpone transition using postponeStartTransition(). But this method is not working when setReorderingAllowed() is false. and when setReorderingAllowed() is true the fragment transitions are not working. how should I solve this problem?
edited Nov 18 at 15:35
asked Nov 18 at 13:35
h_coder
95
95
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53361454%2fpostpone-transitions-with-fragments%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown