RecyclerFragment is a small Android library that allow you to display RecyclerView
data in a Fragment
. Easy to use, it is similar to the framework's ListFragment
with additional features.
Features
- Fragment with a
RecyclerView
and a hideableProgressBar
out of the box - Ability to show the
ProgressBar
when waiting for asynchronous data - Customizable layout
- Support for an "empty view" to be displayed automatically in place of RecyclerView when the adapter contains no data.
from The Android Arsenal
No comments:
Post a Comment