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
UI extension for FlexibleAdapter able to display the current state of the list, such as:
Loading
Empty after loading
Empty after a search
Error
A Helper class that enhances the Adapter by implementing OnUpdateListener that manages the visibility with animations too. The Helper and the View will support:
Predefined vector drawables
Predefined loading styles
Predefined Show/Hide animations
Custom text
Custom font
Custom tint
Custom background
The text was updated successfully, but these errors were encountered:
…e current state of filtering.
Resolved part of #439 - New EmptyViewHelper.
Improved nullity of FastScroller instance.
Removed deprecated function in AnimatorAdapter.
Hi what's the status of the support for error views ? Also will there be a nice way to connect this to the ViewModel extension to handle Content, Empty and Error
I usually combine with the library LadSir with liveData on viewModel send a flag control taskStatus LOADINGEMPTYERRORCOMPLETED and then I show the proper view.
Ttake a look when you have time
UI extension for FlexibleAdapter able to display the current state of the list, such as:
A Helper class that enhances the Adapter by implementing
OnUpdateListener
that manages the visibility with animations too. The Helper and the View will support:The text was updated successfully, but these errors were encountered: