Topic: "swipe-to-delete"
ernestoyaquello/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.
Language: Kotlin - Size: 5.47 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 864 - Forks: 97

zerobranch/SwipeLayout
A library what allows you to execute a swipe for the android platform
Language: Java - Size: 3.17 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 252 - Forks: 36

ch4rl3x/RevealSwipe
Compose RevealSwipe
Language: Kotlin - Size: 1.17 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 198 - Forks: 11

mkrupal09/EasyAdapter
Recyclerview adapter library- Create adapter in just 3 lines of code
Language: Java - Size: 2.19 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 145 - Forks: 15

marekrozmus/react-swipeable-list
Swipeable list component for React supporting several behaviours (e.g. iOS)
Language: JavaScript - Size: 2.21 MB - Last synced at: 1 day ago - Pushed at: 6 months ago - Stars: 121 - Forks: 20

rishabhbhatia/react-native-swipeview
The best SwipeView component for React Native.
Language: JavaScript - Size: 10.7 KB - Last synced at: 8 days ago - Pushed at: over 7 years ago - Stars: 88 - Forks: 11

gaer87/react-swipe-to-delete-component
A simple React component implement 'swipe to delete' UI-pattern.
Language: JavaScript - Size: 6.71 MB - Last synced at: 8 days ago - Pushed at: about 2 years ago - Stars: 71 - Forks: 19

tsuryo/Swipeable-RecyclerView
Android library provides a simple to use swipeable RecyclerView.
Language: Java - Size: 154 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 42 - Forks: 3

lzls/SlidingItemMenuRecyclerView
A RecyclerView that can make its child scroll horizontally, follows the user gestures to open and show the menu of the child.
Language: Java - Size: 190 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 38 - Forks: 4

BelkaLab/Swiperoo
An extendable adapter which provides swipe-to-delete feature on your customized row item
Language: Java - Size: 540 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 38 - Forks: 4

houssemELbahri/react-native-swipeable-container
React Native Swipeable Container simplifies adding swipeable components to your React Native apps(Android and iOS), enhancing user interactions with smooth gestures.
Language: TypeScript - Size: 48.8 KB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 34 - Forks: 2

agilie/SwipeToDelete Fork of TermLog/SwipeToDelete
Customizable Android library that helps you to implement swipe-to-delete logic for your RecyclerView's adapters in an easy way!
Language: Kotlin - Size: 247 KB - Last synced at: 4 months ago - Pushed at: almost 8 years ago - Stars: 34 - Forks: 1

MSay2/CircularDeletionSwipe
This project implements one of the most beautiful animations of the class RecyclerView, the class ItemTouchHelper. The ItemTouchHelper class implements the dragging of each object on the RecyclerView class by revealing a view under the first sliding view. Please, refer to this link to learn more about the class ItemTouchHelper. This project shows you not only how to implement this animation but also to add a circular animation that will coordinate with the sliding of your finger.
Language: Java - Size: 1.3 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 30 - Forks: 7

zubairehman/DismissibleExpandedList
A Flutter package to display hierarchical data in the form of list as well as allows to swipe the individual tiles.
Language: Dart - Size: 532 KB - Last synced at: 1 day ago - Pushed at: about 3 years ago - Stars: 29 - Forks: 3

amerhukic/SwipeableCollectionViewCell-Example
Collection view cell with swipe to delete feature - example project
Language: Swift - Size: 335 KB - Last synced at: 11 days ago - Pushed at: almost 6 years ago - Stars: 26 - Forks: 1

IlijaMihajlovic/Networking-with-REST-API-calls-and-URLSession-Unit-Tests-and-Data-Persistence-in-Core-Data
Networking in Swift with REST API calls and URLSession, that puts the parsed JSON Data from an HTTP based JSON storage endpoint I created into a TableView and persists the data using Core Data with CRUD (create, read, update, and delete). I used also Unit Tests to test URLSession asynchronous network operations and make the project as robust as possible. When the JSON data is parsed into the dynamic TableView cell we can easily delete the cell with a swipe, the TableView will then reload itself with a custom made animation and Core Data will update and save the changes in realtime. There is also an option to send HTTP GET requests to the JSONPlaceholder server. A And last but not least I implemented a settings launcher slide-up menu that slides up from the bottom of the screen when the settings tab bar button is pressed. On the slide-up menu, we have all the functionalities I mentioned above like getting the data from the REST API, filtering the data in the cells using a search bar and sorting them in the right alphabetical order, and also send data to a REST API.
Language: Swift - Size: 69.4 MB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 25 - Forks: 9

KosyanMedia/CollectionSwipableCellExtension
Swipable buttons for UICollectionView and UITableView
Language: Swift - Size: 1.08 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 15 - Forks: 6

PratthamArora/TodoList_App
A TodoList app that uses Room Database along with Coroutines to save todos. Dagger-Hilt is used for Dependency Injection. The app uses MVVM architecture with the repository pattern and LiveData. It also uses Data Binding with Navigation Components and DiffUtil for efficient RecyclerView. The app contains swipe to delete gestures and transition animations along with recycler view animations. The app uses Material Design components. You can search, sort, update existing todos, or delete them.
Language: Kotlin - Size: 40.4 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 15 - Forks: 3

SandsHellCreations/Generic-TableView-DataSource
Generic TableView datasource that can be used to populate any type of listing with single cell listing, sectional listing and useful to populate different type of cells in one section using protocol based models and Generics.
Language: Swift - Size: 30.6 MB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 13 - Forks: 4

RooneyAndShadows/lightbulb-easyrecyclerview
EasyRecyclerView is an all-in-one easy to use RecyclerView library for Android that allows you to create custom and interactive user interfaces quickly and efficiently. With its lightweight and fully customizable code, EasyRecyclerView is the perfect solution for any app developer looking to create beautiful and responsive RecyclerViews.
Language: Kotlin - Size: 5.76 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 11 - Forks: 3

hosembafer/react-swipe-to-dismiss
Swipe to dismiss hook for notifications
Language: JavaScript - Size: 780 KB - Last synced at: about 22 hours ago - Pushed at: almost 3 years ago - Stars: 11 - Forks: 2

Scarg/vue-swipeable
Vue-swipeable is a Vue directive that serves multiple purposes on mobile devices (swipe-away, pull-to-refresh, swipe-to-reveal).
Language: TypeScript - Size: 747 KB - Last synced at: 9 days ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 2

TreesAreOP/android-swipe-actions
Add custom Swipe Actions to a RecyclerView.
Language: Kotlin - Size: 146 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 2

ChanTsune/swipe-to-action
Language: Kotlin - Size: 982 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 5 - Forks: 1

AzharRivaldi/SwipeToDelete
Swipe to Delete RecyclerView
Language: Java - Size: 86.9 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 0

yasszu/item-touch-helper
Drag and swipe items on RecyclerView.
Language: Kotlin - Size: 308 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

claykabongok/RoomAppTodoList
The following application demonstrate the use of Room library which is part of Jetpack. According to the documentation "The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite."
Language: Java - Size: 1.26 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

isilsubasi08/Kotlin-RecyclerView
Kotlin | RecyclerView | Drag&Drop | Swipe
Language: Kotlin - Size: 790 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

GaldinoAllan/ToDoApp
App made in Swift 5, implementing CocoaPods, persistent local storage using Realm, database CRUD, Swipe to delete
Language: Swift - Size: 26 MB - Last synced at: 11 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

MahalingamD/WorkManager-Kotlin-Example
A simple example to demonstrate the working of the Work Manager.
Language: Kotlin - Size: 150 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

rainaakshay/TableviewOptions
Swipe to reveal Options in a TableView in Swift
Language: Swift - Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

bullinnyc/ExpandableCard
Expandable card with swipe to delete for SwiftUI.
Language: Swift - Size: 557 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

theshid/ClipBoard-Manager
Language: Java - Size: 2.73 MB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

kambala-decapitator/SwipeToDeleteInsidePageVC
fixing UITableView's swipe-to-delete gesture inside horizontal UIPageViewController with runtime magic
Language: Swift - Size: 18.6 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

ibnahmadbello/number-facts
Enter a number and get a fact about the number
Language: Java - Size: 7.76 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

thatsabhi22/udacity-todolist-app
A task manager app makes use of Content provider & CursorAdapter
Language: Java - Size: 1.93 MB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

Lkikui/Sections
Practice with grouped Table Views
Language: Swift - Size: 20.5 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1

antoniomldev/swipe_to_dismiss
Exemplo de um "Swipe to Dismiss" em Flutter, sem nenhum package.
Language: C++ - Size: 0 Bytes - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

raheemadamboev/swipe-to-action
A simple app that demonstrates using swipe to menu/action on items in RecyclerView
Language: Kotlin - Size: 5.99 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

raheemadamboev/swipe-to-delete-edit
A simple app that demonstrates using swipe to do some actions on items in RecyclerView
Language: Kotlin - Size: 5.33 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

raheemadamboev/swipe-to-dismiss
A simple app that demonstrates removing item with animation via swiping using SwipeToDismissBox
Language: Kotlin - Size: 7.45 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

bhargav-sarvaria/easyWaitlist
Angular Application to manage queues efficiently and allow the guests to track their number on the waitlist
Language: TypeScript - Size: 8.96 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

NastiaGusev/HappyPlaces
Android App for saving favorite places, using Google places API.
Language: Kotlin - Size: 149 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

SomyahAA/ToDo
App that allow the users to post what they want to do and check it later when they are done. They can also assign a specific time for the task to do it, they can edit their posts and also delete it along with prioritizing it if they need.
Language: Kotlin - Size: 228 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Guley/swipetodel
Swipe To Delete Angular 6 With HammerJs
Language: TypeScript - Size: 526 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

kathiyawadi6oru/My-Task
Add your task and complete it.
Language: Kotlin - Size: 4.98 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ngacho/Protaskinator
A simple but elegant todo app
Language: Kotlin - Size: 3.04 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

StKotok/recyclerswipe
Language: Java - Size: 146 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

ZaifSenpai/Adat
Count things
Language: Java - Size: 472 KB - Last synced at: about 2 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Ickerday/XamarinSwipeTest
Xamarin PoC for swipe gesture recognition with ListView ItemTemplate's ViewCell animation using a custom PanGestureRecognizer
Language: C# - Size: 367 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

ShankyTiwari/Swipe-To-Delete-in-Angular-using-animations
Swipe To Delete in Angular using animations Demo
Language: TypeScript - Size: 372 KB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 2

talhahasanzia/LR-Swipes-ListView
Sample project for listview swipe animations.
Language: Java - Size: 735 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

SergeySharipov/CoffeeApp
Simple android client for CoffeeServer
Language: Java - Size: 256 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

MFrat/SwipeToDelete
Swipe to Delete for RecyclerView
Language: Java - Size: 150 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 2

naseemakhtar994/SwipeableRV Fork of huan-nguyen/SwipeableRV
Library that makes it easy to implement swipe-to-dismiss in recycler view
Language: Java - Size: 477 KB - Last synced at: 12 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 1
