Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flicker on Activity Transition #29

Open
ckarthikv opened this issue Aug 8, 2015 · 7 comments
Open

Flicker on Activity Transition #29

ckarthikv opened this issue Aug 8, 2015 · 7 comments

Comments

@ckarthikv
Copy link

Did the exact thing as mentioned in the brief documentation. There is a flicker just before the activity comes up in the slide to right animation.

Any suggestions?

@ppamorim
Copy link
Owner

Did you notice that it was solved in the new version of Dragger with Rebound implementation? Before it was implemented using a workaround to simulate the dragger animation, now it uses Rebound to do this first animation, in the future I'll remove the all VDH and make these animations only with Rebound.

@ckarthikv
Copy link
Author

Used Dragger View from the master branch, exactly as per documentation and got the flicker between the activities (one of the activities had a fragment too).

Is LazyDraggerView different from DraggerView. If yes, how?

@ppamorim
Copy link
Owner

Don't use the source code of the master branch, use the gradle (or package) version. This source can have bugs.
Yes, LazyDraggerView only perform the slide when you call the show() method.

@ckarthikv
Copy link
Author

Got it. I've also a requirement of applying the dragger rebound animations to a view in an activity. While closing the view, the activity also gets finished. Hence, we imported the source and overrode the finishActivity() function to prevent the same.

Any way we could directly prevent finish activity on slide, with the gradle-package version?
Thanks.

@200901107
Copy link

Hi
I have used the latest packaged version of Dragger, still i am getting flicker in activity

@lbcastro
Copy link

Same here.

@safety97
Copy link

safety97 commented Jan 8, 2019

Any Solution for the flick ?

It is really too bad, because without that, the result would be awesome !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants