Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EmptyView & EmptyViewHelper #439

Open
2 of 11 tasks
davideas opened this issue Sep 3, 2017 · 2 comments
Open
2 of 11 tasks

EmptyView & EmptyViewHelper #439

davideas opened this issue Sep 3, 2017 · 2 comments

Comments

@davideas
Copy link
Owner

davideas commented Sep 3, 2017

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
@davideas davideas added this to the 5.0.0-rc3 milestone Sep 3, 2017
@davideas davideas changed the title Improve swipe capability EmptyView & EmptyViewHelper Sep 16, 2017
@davideas davideas modified the milestones: 5.0.0-rc3, Extensions Sep 16, 2017
davideas added a commit that referenced this issue Dec 26, 2017
…e current state of filtering.

Resolved part of #439 - New EmptyViewHelper.
Improved nullity of FastScroller instance.
Removed deprecated function in AnimatorAdapter.
@AlexisQapa
Copy link

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

@webserveis
Copy link

webserveis commented Mar 10, 2018

I usually combine with the library LadSir with liveData on viewModel send a flag control taskStatus LOADING EMPTY ERROR COMPLETED and then I show the proper view.
Ttake a look when you have time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants