but now if I paginate, since its a recyclerview, I...
# android-architecture
u
but now if I paginate, since its a recyclerview, I map it all to
List<Item>
, where Item is either
Message
or
LoadingItem
, i.e. to show progressbar at the end