Wednesday, May 25, 2016

Android Memo 4. Notify your RecyclerView

You should notify your RecyclerView about ANY change of data. E.g. if you clear adapter and then add items, you should call notifyItem* TWICE.

No comments:

Post a Comment