I am using GridView
with image items, loading image via Android DataBinding technology
. If add some new item to list and notify the adapter then the GridView gets flickering why its occur ? if i am not using DataBinding technology then its work fine.
If you are using data binding in a list, you should always call executePendingBindings() - this causes the binding to execute immediately, rather than wait for the next frame (which is what causes the flickering).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With