# RecyclerViewUtils Library Released

DevFeed: [RecyclerViewUtils Library Released](<https://devfeed.tech/articles/recyclerviewutils-library-released-22830.md>)

Original publisher: [Read original article](<http://androidessence.com/recyclerviewutils-library-released/>)

Author: Adam McNeilly

Published: 2016-08-31T00:00:00Z

Content type: release

Language: en

Sources: [Android Essence](<https://devfeed.tech/sources/android-essence.md>)

Topics: [Library](<https://devfeed.tech/topics/library.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [generic](<https://devfeed.tech/tags/generic.md>), [library](<https://devfeed.tech/tags/library.md>), [recyclerview](<https://devfeed.tech/tags/recyclerview.md>)

## AI overview

The article announces the RecyclerViewUtils personal library, which provides CoreViewHolder and CoreAdapter classes to reduce repetitive RecyclerView adapter code. It explains how generic types and shared methods simplify object binding and adapter operations.

## Source excerpt

Recently, I became tired of writing the same old tedious code for every single RecyclerView and Adpater class I used, that all did the same thing, so I extrapolated all of it into a personal library. The RecyclerViewUtils library helps make everyone's life a little easier with a CoreViewHolder and CoreAdapter class, described below.