Skip to content

devangler/RecyclerView-With-Swipe-

Repository files navigation

RecyclerView-With-Swipe💖

Project Title: RecyclerView Swipe Actions (Kotlin)

Description: This project demonstrates the implementation of a RecyclerView with swipe actions using Kotlin for Android app development. The app showcases two types of swipe interactions:

Reorder Items: Users can swipe items up and down to change their positions in the list. The ItemTouchHelper class is utilized to handle the drag-and-drop functionality.

Delete Items: Swiping items to the left or right triggers their removal from the list. The ItemTouchHelper is also used for this action.

The RecyclerView is populated with sample data and utilizes a custom adapter. The project is a practical example of incorporating swipe gestures to enhance user experience in a list-based UI.

Feel free to explore the code and adapt it for your own projects!

Features:

Reorder items by swiping up or down. Delete items by swiping left or right. Utilizes ItemTouchHelper for swipe actions and reordering. Demonstrates Kotlin programming in an Android app context.

Contributing

We welcome feedback, translations, and code contributions!❤️ Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)😉

68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e61746543435f4c472e676966

device-2023-08-18-104608.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages