Sololo
11/15/2021, 8:31 AMpublic abstract void onResult(@NonNull List<Value> data, int position, int totalCount,
@Nullable Key previousPageKey, @Nullable Key nextPageKey);
what does that ‘totalCount’ mean? use the jetpack’s paging2.Shahzad Afridi
11/16/2021, 6:21 PM