All Projects → thedeveloperworldisyours → Fullrecyclerview

thedeveloperworldisyours / Fullrecyclerview

This is a compilation of different kinds and actions in recyclerView

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Fullrecyclerview

Recyclerviewhelper
📃 [Android Library] Giving powers to RecyclerView
Stars: ✭ 643 (+406.3%)
Mutual labels:  swipe, recyclerview, drag, drop
Recyclerviewevent
RecyclerView onItemClick、onItemLongClick、drag、swipe、divider、reuse disorder RecyclerView 梳理:点击&长按事件、分割线、拖曳排序、滑动删除、优雅解决 EditText 和 CheckBox 复用错乱问题
Stars: ✭ 265 (+108.66%)
Mutual labels:  swipe, recyclerview, drag
Boardview
A draggable boardview for java android (Kanban style)
Stars: ✭ 309 (+143.31%)
Mutual labels:  recyclerview, drag, drop
XamarinItemTouchHelper
Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView for Xamarin
Stars: ✭ 35 (-72.44%)
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 (+269.29%)
Mutual labels:  swipe, recyclerview, drag
Discretescrollview
A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.
Stars: ✭ 5,533 (+4256.69%)
Mutual labels:  swipe, recyclerview
Swipecellkit
A swipeable UITableViewCell or UICollectionViewCell with support for:
Stars: ✭ 5,745 (+4423.62%)
Mutual labels:  swipe, drag
Html5 Uploader
A pure HTML5 file uploader
Stars: ✭ 9 (-92.91%)
Mutual labels:  drag, drop
Vue Drag Drop Sort Demo
Vue demo for drag drop sort (for Vue.js 2.x see https://github.com/kenberkeley/vue2-drag-and-drop-demo)
Stars: ✭ 42 (-66.93%)
Mutual labels:  drag, drop
Kddraganddropcollectionview
This component allows for the transfer of data items between collection views through drag and drop
Stars: ✭ 476 (+274.8%)
Mutual labels:  drag, drop
Ng2 Dnd
Angular 2 Drag-and-Drop without dependencies
Stars: ✭ 861 (+577.95%)
Mutual labels:  drag, drop
Uploader
A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
Stars: ✭ 1,042 (+720.47%)
Mutual labels:  drag, drop
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 (+3972.44%)
Mutual labels:  swipe, recyclerview
Splide
Splide is a lightweight, powerful and flexible slider and carousel, written in pure JavaScript without any dependencies.
Stars: ✭ 786 (+518.9%)
Mutual labels:  swipe, drag
Any Touch
👋 手势库, 按需2kb~5kb, 兼容PC / 移动端
Stars: ✭ 567 (+346.46%)
Mutual labels:  swipe, drag
Vue Slicksort
A set of vue mixins to turn any list into an animated, touch-friendly, sortable list ✌️
Stars: ✭ 1,010 (+695.28%)
Mutual labels:  drag, drop
Android
Android projects with reusable components which will be useful in your applications.
Stars: ✭ 81 (-36.22%)
Mutual labels:  drag, drop
Laravel Schematics
A Laravel package making a diagram of your models, relations and the ability to build them with it
Stars: ✭ 1,137 (+795.28%)
Mutual labels:  drag, drop
Zhpopupcontroller
Help you pop up custom views easily. and support pop-up animation, layout position, mask effect and gesture interaction etc.
Stars: ✭ 1,481 (+1066.14%)
Mutual labels:  drag, drop
Smooth Dnd
drag and drop library for javascript
Stars: ✭ 408 (+221.26%)
Mutual labels:  drag, drop

This is a compilation of differents kinds and actiones in recyclerView

Swipe DragAndDrop Swipe Grid Horizontal
transition_dragAndDrop transition_swipe animation_grid animation_horizontal
Add Item Delete Item Expandable Animation
animation_addItem animation_deleteItem transition_expandable animation
Multiple Choice Single Choice Update Data Snap
animation_multiple animation_single animation update data animation_snap_vertical
Section Add Favorites Section with Lines Indexed
animation_section animation_addfavorites animation_sectionwihtlines animation_indexed

About

This is a compilation of differents kinds and actiones in recyclerView :

  • [ ] Drag and drop
  • [ ] Drag and drop in grid
  • [ ] Swipe
  • [ ] Horizontal list
  • [ ] Expandable list
  • [ ] Add Item
  • [ ] Delete Item
  • [ ] Multiple Choice
  • [ ] Single Choice
  • [ ] Snap
  • [ ] Section
  • [ ] Section With Lines
  • [ ] Add Favoites
  • [ ] Indexed

Also visit my blog: The developer world is yours

The developer world is yours

Libraries

Further reading

As the above only gives a rough overview of recycleView example I'd strongly recommend checking out the following:

Requirements

- Android Studio

- Gradle

Installation

- Install Android Studio:

https://developer.android.com/sdk/installing/mIndex.html

- Install gradle:

http://gradle.org/docs/current/userguide/installation.html

Usage

Compile with Android Studio and gradle

Feel free to contribute, and contact me for any issues.

Developed By

Add me to Linkedin

License

Copyright 2017 Javier González Cabezas

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.

animation update data [animation_snap]: https://github.com/thedeveloperworldisyours/FullRecycleView/blob/master/horizontalSnap.gif [animation_snap_vertical]: https://github.com/thedeveloperworldisyours/FullRecycleView/blob/master/verticalSnap.gif

animation_sectionwihtlines

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