New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement RecyclerView.Adapter payload methods: #237

Open
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
2 participants
@RicardoBelchior

RicardoBelchior commented Apr 11, 2017

Current implementation does not allow to partial updates on RecyclerView item, because the MoPubRecyclerAdapter never notifies the respective methods. This PR attempts to fix that. I have tested on your sample app and it works.

Implement RecyclerView.Adapter payload methods:

  • onItemRangeChanged(int, int, Object)
  • onBindViewHolder(RecyclerView.ViewHolder, int, List)

    Please let me know if this PR enough or you need more information.

Ricardo Belchior
Implement RecyclerView.Adapter payload methods:
 - onItemRangeChanged(int, int, Object)
 - onBindViewHolder(RecyclerView.ViewHolder, int, List<Object>)
@vivchar

This comment has been minimized.

vivchar commented Nov 7, 2017

@mopub Please merge it! Currently the MoPubRecyclerAdapter does not support the Payloads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment