Callback at notifyiteminserted / notifyitemremoved / notifyitemmoved

Looking for something very simple. I looked through the source code RecyclerViewbut found nothing for this. Before I begin to implement their own version, I wanted to know if anyone knows how to get a callback for the animation notifyiteminserted, notifyitemremoved, notifyitemmoved?

This is important because I want to know when the animation is complete.

+4
source share

Source: https://habr.com/ru/post/1620699/


All Articles