/SortedList

SortedList is a data structure that keeps elements in order and handles notify updates in RecyclerView. This tutorial explains how to use it with RecyclerView and get rid of manual adapter changes.

Primary LanguageJava