Skip to content
#

swipe-to-delete

Here are 63 public repositories matching this topic...

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 show…

  • Updated Jan 10, 2019
  • Java

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 …

  • Updated Dec 18, 2022
  • Swift

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 a…

  • Updated Sep 13, 2020
  • Kotlin
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.

  • Updated Jul 26, 2020
  • Swift

Improve this page

Add a description, image, and links to the swipe-to-delete topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the swipe-to-delete topic, visit your repo's landing page and select "manage topics."

Learn more