You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @rafsanahmad, thank you for this example on impression tracker. I want to implement this example using android paging library.
I am using paging library version = '2.1.1' and in my adapter I don't have the list of data items. So I am facing challenges in implementing the method:
updateListItems(items: List<ListItem>?) { }
any suggestion/ idea would be helpful. Thank you.
The text was updated successfully, but these errors were encountered:
Hello @rafsanahmad, thank you for this example on impression tracker. I want to implement this example using android paging library.
I am using paging library version = '2.1.1' and in my adapter I don't have the list of data items. So I am facing challenges in implementing the method:
any suggestion/ idea would be helpful. Thank you.
The text was updated successfully, but these errors were encountered: