-
-
Notifications
You must be signed in to change notification settings - Fork 3
Features & Logic Table
Yogesh Choudhary Paliyal edited this page Oct 12, 2021
·
1 revision
- Content Listing (Supports Multiple View Types)
- Loading + Listing (Showing shimmer items for Loading then showing the actual Listing)
- Loading + LoadMore (Showing loading items and add a item at bottom to create infinite Listing)
- No Data Found
- Error Page
- Async DiffUtils for better performance
Status | List Size | Result Behaviour |
---|---|---|
LOADING | 0 | Show Loading Cells (default 5 items) |
SUCCESS | 0 | No Record Found Layout will be displayed |
ERROR | 0 | Error Layout Shown |
LOADING | more than 0 | Data Cells + load more at end |
SUCCESS | more than 0 | Data Cells |
ERROR | more than 0 | Data Cells + error cell at end |