mirror of
https://github.com/wasabeef/awesome-android-ui.git
synced 2026-05-06 00:25:42 -05:00
[GH-ISSUE #195] Add SmartRefreshLayout #2539
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @scwang90 on GitHub (Jul 22, 2017).
Original GitHub issue: https://github.com/wasabeef/awesome-android-ui/issues/195
SmartRefreshLayout extended the thoughts of SwipeRefreshLayout,using a ViewGroup to include a list of Views, to maintain its low coupling and high versatility
https://github.com/scwang90/SmartRefreshLayout