thorbenprimke / realm-recyclerview

A RecyclerView that is powered by Realm and lots more
555 stars 151 forks source link

Can I group by any field? #113

Closed javierpe closed 5 years ago

javierpe commented 7 years ago

I have a brand list and I need group by brand...

ordago commented 7 years ago

Would sorting by brand work for you?

.findAllSorted("brand", Sort.ASCENDING