devunwired / recyclerview-playground

Examples of RecyclerView use and custom LayoutManager implementations
MIT License
1.25k stars 270 forks source link

Curious ... is this repo being maintained? #36

Closed Bradleycorn closed 5 years ago

Bradleycorn commented 5 years ago

Looks like there haven't been any commits in several years ... is this repo being actively maintained, or no?

devunwired commented 5 years ago

From the README:

This repository contains sample code intended to demonstrate the capabilities of the RecyclerView layout manager APIs. It is not intended to be used as-is in applications as a library dependency, and will not be maintained as such.

Bradleycorn commented 5 years ago

@devunwired - Gotcha. Thanks for the info. Guess I shoulda RTFM :)