luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

onViewRecycled Support #208

Closed ghost closed 3 years ago

ghost commented 4 years ago

onViewRecycled Support If a Section has large or expensive data bound to it such as large bitmaps, onRecycled is a good place to release those resources.

luizgrp commented 3 years ago

@andrei-ortyashov-epam thanks for your interest in contributing to it, but this repo is no longer going to be maintained