I try to use functions EpdDeviceManager.enterAnimationUpdate(true) and EpdDeviceManager.exitAnimationUpdate(true) to enable fast update mode while scrolling the list in RecyclerView.
This feature perfectly works on devices "Faust 5" and "Kon Tiki 2", but doesn't work on "Poke 4 light".
I use sdk com.onyx.android.sdk:onyxsdk-device:1.2.21.
Hello. I'm optimising my app for onyx devices.
I try to use functions
EpdDeviceManager.enterAnimationUpdate(true)
andEpdDeviceManager.exitAnimationUpdate(true)
to enable fast update mode while scrolling the list in RecyclerView.This feature perfectly works on devices "Faust 5" and "Kon Tiki 2", but doesn't work on "Poke 4 light".
I use sdk
com.onyx.android.sdk:onyxsdk-device:1.2.21
.Can provide more information if you need.