Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] DragSelectionItemTouchListener #325

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

FabianTerhorst
Copy link
Contributor

@FabianTerhorst FabianTerhorst commented Jan 25, 2017

usage:

mRecyclerView.addOnItemTouchListener(new DragSelectionItemTouchListener(this, new OnItemInteractionListener() {
    @Override
    public void onLongItemClicked(RecyclerView recyclerView, ViewHolder mViewHolderTouched, int position) {
        
    }

    @Override
    public void onItemClicked(RecyclerView recyclerView, ViewHolder mViewHolderTouched, int position) {

    }

    @Override
    public void onViewHolderHovered(RecyclerView rv, ViewHolder viewHolder) {

    }

    @Override
    public void onMultipleViewHoldersSelected(RecyclerView rv, List<ViewHolder> selection) {

    }
}));

Todo:

  • Integrate into fastadapter (add Item parameter to DragSelectionItemTouchListener interface methods)

@WOLVIE97
Copy link

Awsome.... nice fixes.....//

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants