Hello , Thanks so much for the awesome library.
I have a problem is that each time I apply the animation I see onCreateView in recalled. meaning that fragment is recreated. As a result all initialization is done again. In my case I have map with markers. Each time I apply animation, markers are redrawn. This causes bad user experience in the app.
Hello , Thanks so much for the awesome library.
I have a problem is that each time I apply the animation I see onCreateView in recalled. meaning that fragment is recreated. As a result all initialization is done again. In my case I have map with markers. Each time I apply animation, markers are redrawn. This causes bad user experience in the app.