Skip to content

Ineffective creation of presenters #10

@sevar83

Description

@sevar83

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions