android-arch-sample icon indicating copy to clipboard operation
android-arch-sample copied to clipboard

Ineffective creation of presenters

Open sevar83 opened this issue 8 years ago • 0 comments

Hi, I wish to ask is there some specific reason to not create the presenters in onCreateViewHolder() but in MvpRecyclerListAdapter.addInternal()? Imagine you have an adapter of 1000 items. That means you'll have 1000 presenter instances while only few are enough at once (only for the currently bound view holders).

sevar83 avatar Jun 05 '17 07:06 sevar83