You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general I am not planning to maintain this component in the future. Its view recycling, layout and drawing order code uses some hacks which don't work reliably on newer versions of android anymore.
Also inheriting from EndlessLoopAdapterContainer proved to be major drawback for implementing lots of user request here. In future it would be best to take graphics transformation code from the CoverFlow and apply it on CarouselWidget to create new and up to date widget.
I want to disable reflection to reduce memory usage to prevent outof memory error
The text was updated successfully, but these errors were encountered: