RecyclerView侧滑菜单,Item拖拽,滑动删除Item,自动加载更多,HeaderView,FooterView,Item分组黏贴。
https://github.com/yanzhenjie/SwipeRecyclerViewTags | swipe-menu swipe-delete item-drag recyclerview loadmore headerview footerview |
Implementation | Java |
License | Apache |
Platform | OS-Independent |
This RecyclerView extension library provides Google's Inbox app like swiping, Play Music app like drag-and-drop sorting and expandable item features. Works on API level 14 or later. This library is published on jCenter. Just add these lines to build.gradle.
android recyclerview drag-and-drop swipe expandable header footerThe RecyclerView is one of the most used widgets in the Android world, and with it you have to implement an Adapter which provides the items for the view. Most use cases require the same base logic, but require you to write everything again and again. The FastAdapter is here to simplify this process. You don't have to worry about the adapter anymore. Just write the logic for how your view/item should look like, and you are done. This library has a fast and highly optimized core which provides core functionality, most apps require. It also prevents common mistakes by taking away those steps from the devs. Beside being blazing fast, minimizing the code you need to write, it is also really easy to extend. Just provide another adapter implementation, hook into the adapter chain, custom select / deselection behaviors. Everything is possible.
recyclerview fastadapter viewholder multi-select click-listeners drag-and-drop swipe recyclerview-adapter adapter android android-library android-development android-ui mikepenzDrop-in solution to achieve the "More" button in an UITableView's "swipe to delete"-menu (as seen in the Mail.app) by extending Apple's own "swipe to delete"-implementation and not rewriting it, so UITableView's standard behaviour isn't changed. If you are using Storyboards in your project then take a look at the demo project which includes a working example using a Storyboard.
主要提供了简单易用强大的RecyclerView库,包括自定义刷新加载效果、极简通用的万能适配器Adapter、万能分割线、多种分组效果、常见状态页面、item动画效果、添加多个header和footer、侧滑、拖拽、Sticky(黏性)效果、多item布局等,各模块之间灵活、解耦、通用、又能相互组合使用。
recyclerview recyclerview-adapter recyclerview-item-animation recyclerview-header recyclerview-multi-type recyclerview-item-decoration recyclerview-loadmoreTo run the example project, clone the repo, and run pod install from the Example directory first. This is a custom table view cell from iOS Native Mail App, including the special Swipe-to-Delete Effects and Swipe-to-Show menu.
The most simple SwipeMenu in the history, 0 coupling, support any ViewGroup. Step integration swipe (delete) menu, high imitation QQ, iOS. ~史上最简单侧滑菜单,0耦合,支持任意ViewGroup。一步集成侧滑(删除)菜单,高仿QQ、IOS。~
sideslip-menu slide recyclerview listview viewgroupThe library is a RecyclerView-based implementation of a scrollable list, where current item is centered and can be changed using swipes. It is similar to a ViewPager, but you can quickly and painlessly create layout, where views adjacent to the currently selected view are partially or fully visible on the screen. Add this into your dependencies block.
android view discrete-scroll item-picker recyclerviewpager carousel android-development android-ui android-library swipe recyclerview viewpager page-transformations layoutmanagerThis library add something for swipe item settling, recover base on the Itemtouchhelper.
NOTE : The version here corresponds to the version of recyclerview dependency. This project was created by Nishant Srivastava but hopefully developed and maintained by many others. See the the list of contributors here.
swipe drop drag divide android android-library recyclerview helperA RecyclerView extension for building list more easily. Basically, there are three steps to build your list.
android recyclerview multi-type diff-utils drag-drop swipe-to-dismiss snappy section-headervue-swipe is a touch slider for vue.js.How to change swipe? Just use ref and call goto method like this.$refs.swipe.goto(newIndex) to change swipe item, see example code.
swipe slider vueA very easy-to-use and non-intrusive implement of Swipe to dismiss for RecyclerView.
The classes in co.paulburke.android.itemtouchhelperdemo.helper can easily be used in other projects. Download the apk from releases.
SwipeMenuViewController provides SwipeMenuView and SwipeMenuViewController. This is very useful to build swipe-based paging UI. The interface is as simple as UIKit's. Here are some style of demos with snippets using SwipeMenuView.
swift-library ios animation-library swipe-menu cocoapods carthage#Intro ###Basic You can do the accounting job easily and use a password to protect your account book. Your account book's password will be set the first time you use CoCoin. Swipe the numerical part to left to add some remarks for your records. To check your account book, you can swipe down or click the menu icon in the top left corner. ###Today In the account book, you can find out a pie chart for your expenses today, yesterday, this week, last week, this month, last month, this year and last year. Try to click the blocks of the pie chart or the bars of histogram for details. All the charts in CoCoin can be clicked for details and there are some buttons near the charts to select a certain part(that's to small for click) in charts. If you wanna get more views, just open the left drawer menu.
Include `ionic.swipecards.js` after the rest of your Ionic and Angular includes. Then use the following AngularJS directives:```html<swipe-cards> <swipe-card ng-repeat="card in cards" on-destroy="cardDestroyed($index)" on-card-swipe="cardSwiped($index)"> Card content here </swipe-card></swipe-cards>```To add new cards dynamically, just add them to the cards array:```javascript$scope.cards = [ { // card 1 }, { // card 2 }];$scope.cardDestroyed = function(index) { $scope.cards.splice(index
A tiny library for interactive swiping and reordering of elements in lists on touch screens. No dependencies. BSD Licensed.Supports iOS Safari, Firefox Mobile, Chrome Mobile, Opera Mobile (Presto and Blink).
reordering swipe touch list manipulate gui widget dom interactive drag'n'drop reorderA tiny library for interactive swiping and reordering of elements in lists on touch screens. No dependencies. BSD Licensed. Supports iOS Safari, Firefox Mobile, Chrome Mobile, Opera Mobile (Presto and Blink).
reordering swipe touch list manipulate gui widget dom interactive drag'n'drop reorderSparrow for iOS has a different kind of swipe to reveal; its version of the control is that the content view pans with your finger or optionally could swipe. This Swipe-To-Reveal implementation will pan with your finger and can swipe. It works left, right, or left and right.
Swipe is the most accurate touch slider. It is extremely lightweight (only 6kb minified) and works across all browsers, including IE7+. You can install this package directly via Bower bower install swipe-js or NPM npm install swipejs.
swipe slide mobile react angular slider touch
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.