Aug 28, 2017 · 1 min read
I have a very simple use case. I have a paginated list. I just query for next 10 items and add it to the list. Aren’t DiffUtil overkill for this use case? And if user removes some item from the list I already know it’s position.
And my second query — I would like to use Android architecture components in a production app.. Do you think it is stable enough for that?