Adi Azarya

Results 4 comments of Adi Azarya

Hi, You can take the code and add this simple method: ``` public void setIsComplete(boolean bool) { isComplete = bool; } ``` Then just call: ``` @Override public void onComplete()...

I have the same issue. The video "shakes" :/

Hey, I using an OnePlue 5t for testing my application. I found [this post ](https://forums.oneplus.com/threads/screen-flickering-issue-while-using-google-youtube-and-red-cable-club.1296070/)and it helped me remove the "shake / lagging" frames from the video. Check it out....

"It sounds likely that your view's saving/restoring state logic or binding logic isn't quite right" Let me elaborate about our saving/restoring state logic and binding logic: "saving" => `shouldSaveViewState` is...