All Projects → Baseflow → XamarinItemTouchHelper

Baseflow / XamarinItemTouchHelper

Licence: MIT license
Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView for Xamarin

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to XamarinItemTouchHelper

Recyclerviewevent
RecyclerView onItemClick、onItemLongClick、drag、swipe、divider、reuse disorder RecyclerView 梳理:点击&长按事件、分割线、拖曳排序、滑动删除、优雅解决 EditText 和 CheckBox 复用错乱问题
Stars: ✭ 265 (+657.14%)
Mutual labels:  recyclerview, drag, swipe
Fullrecyclerview
This is a compilation of different kinds and actions in recyclerView
Stars: ✭ 127 (+262.86%)
Mutual labels:  recyclerview, drag, swipe
Recyclerviewhelper
📃 [Android Library] Giving powers to RecyclerView
Stars: ✭ 643 (+1737.14%)
Mutual labels:  recyclerview, drag, swipe
Dragdropswiperecyclerview
Kotlin Android library that extends RecyclerView to support gestures like drag & drop and swipe, among others. It works with vertical, horizontal and grid lists.
Stars: ✭ 469 (+1240%)
Mutual labels:  recyclerview, drag, swipe
Swipeablecards
Stars: ✭ 136 (+288.57%)
Mutual labels:  recyclerview, swipe
Swipemenulayout
🔥一个零耦合的侧滑菜单,支持RecyclerView、ListView、GridView等不同条目布局,支持菜单在左或在右,可选滑动阻塞,是否禁用等功能
Stars: ✭ 120 (+242.86%)
Mutual labels:  recyclerview, swipe
FavFighters
Xamarin.Forms goodlooking UI sample using the new SwipeView.
Stars: ✭ 32 (-8.57%)
Mutual labels:  xamarin, swipe
InfiniteCycleViewPagerXamarin
Infinite cycle ViewPager with two-way orientation and interactive effect.
Stars: ✭ 38 (+8.57%)
Mutual labels:  xamarin, baseflow
Android Advancedrecyclerview
RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
Stars: ✭ 5,172 (+14677.14%)
Mutual labels:  recyclerview, swipe
Reswipecard
a light lib for swipe the cards implemented by RecyclerView
Stars: ✭ 230 (+557.14%)
Mutual labels:  recyclerview, swipe
VlcXamarin
Xamarin.Android bindings for VLC player
Stars: ✭ 35 (+0%)
Mutual labels:  xamarin, baseflow
HoveringCallback
Drag & drop item decorator for RecyclerView with support for highlighting hovered items.
Stars: ✭ 15 (-57.14%)
Mutual labels:  recyclerview, itemtouchhelper
MetalRecyclerPagerView
RecyclerView implementation for Android which makes it look and feel like ViewPager with item margins support (mutliple views effect).
Stars: ✭ 26 (-25.71%)
Mutual labels:  recyclerview, swipe
swipeablerecyclerview
SwipeableRecyclerView provides a wrapper class SwipeItemTouchHelperCallback which can be used to add Dragging capability to your RecyclerView items. You can make use of DataBinding to bind it via XML.
Stars: ✭ 16 (-54.29%)
Mutual labels:  recyclerview, swipe
Placeholderview
This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to generate bind classes. DOCS -->
Stars: ✭ 2,104 (+5911.43%)
Mutual labels:  recyclerview, swipe
Discretescrollview
A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.
Stars: ✭ 5,533 (+15708.57%)
Mutual labels:  recyclerview, swipe
Dsladapter
🔥 Kotlin时代的Adapter, Dsl 的形式使用 RecyclerView.Adapter, 支持折叠展开, 树结构,悬停,情感图状态切换, 加载更多, 多类型Item,侧滑菜单等
Stars: ✭ 231 (+560%)
Mutual labels:  recyclerview, drag
Dragselectrecyclerview
TouchListener that can be attached to any RecyclerView and handles multi selection for you
Stars: ✭ 371 (+960%)
Mutual labels:  recyclerview, drag
FloatingNavigationView
A simple Floating Action Button that shows an anchored Navigation View
Stars: ✭ 19 (-45.71%)
Mutual labels:  xamarin, baseflow
Aiforms.settingsview
SettingsView for Xamarin.Forms
Stars: ✭ 274 (+682.86%)
Mutual labels:  xamarin, recyclerview

XamarinItemTouchHelper

Support

  • Feel free to open an issue. Make sure to use one of the templates!
  • Commercial support is available. Integration with your app or services, samples, feature request, etc. Email: [email protected]
  • Powered by: baseflow.com

A drag and swipe library for Xamarin.Android

This project is an example of basic drag & drop and swipe-to-dismiss with RecyclerView using ItemTouchHelper.

ItemTouchHelper is available on Nuget

alt tag

It corresponds with an article series found here:

Drag and swipe with RecyclerView

The classes in co.paulburke.android.itemtouchhelperdemo.helper can easily be used in other projects.

Acknowledgements

Developed by Paul Burke (iPaulPro) - paulburke.co

License

Copyright (C) 2015 Paul Burke

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].