Saturday, May 10, 2025
Alternative Way
  • Home
  • Latest
    • Latest
  • News
  • World Tech
  • World Gaming
  • Minecraft
  • Guides
  • Contact Us
  • About The Team
    • Privacy Policy
    • Terms of Use
No Result
View All Result
  • Home
  • Latest
    • Latest
  • News
  • World Tech
  • World Gaming
  • Minecraft
  • Guides
  • Contact Us
  • About The Team
    • Privacy Policy
    • Terms of Use
No Result
View All Result
Alternative Way
No Result
View All Result

Simple to use swipe gestures for an Android RecyclerView

Gordon James by Gordon James
October 3, 2021
in World Tech Code
0 0
0
Home World Tech Code

Table of Contents

Toggle
  • Android motion scan RecyclerView
  • 1. Introduction
  • 2. Planned
  • 3. Setting
    • 3.1. Add a JitPack to your project
      • Cradle:
      • Maven:
      • Or find other versions here:
    • 3.2 Import SwipeGestureManager
  • 4. Use of
    • 4.1 Implementing SwipeCallbackLeft and/or SwipeCallbackLeft:
    • 4.2 Initialize SwipeGestureManager in your activity:
    • 4.3 Color setting:
    • Colours
    • 4.4 Symbols defined:
    • 4.5 Text
    • 4.6 Join RechylerViewAdapter
  • GitHub
      • Related Tags:

Android motion scan RecyclerView

Easy to use swipe gestures for Android RecyclerView.

1. Introduction

Implementing an easy to use and highly customizable scanable for android RecyclerView.

  • Support for left and right scrolling for all RecyclerView
  • Define the colors as background for each direction of finger movement.
  • Define symbols for each direction of impact.
  • Defining texts next to symbols

2. Planned

  • The actions are performed only when the colored button is clicked, which is cut off during the scan, not immediately after.
  • More than one action for each direction of motion (more than one button is displayed)

3. Setting

3.1. Add a JitPack to your project

Cradle:

  • Add it to the root build.gradle at the end of the repositories:

all projects {
repositories {
…
maven { url ‘https://jitpack.io’ }
}
}

Dependencies {
implementation of ‘com.github.WilliBoelke:simple-recycler-view-swipe-gestures:v1.1’
}

Maven:

  • Add the JitPack repository to your pom.xml.

jitpack.io
https://jitpack.io

  • Add the dependencies to your pom.xml.

com.github.WilliBoelke
Simple Circuit View Wind Gestures
v1.1

Or find other versions here:

JitPack-SompleSwipeGestures.

3.2 Import SwipeGestureManager

In your activity, add

import SwipeGestures.SwipeGestureManager ;

4. Use of

4.1 Implementing SwipeCallbackLeft and/or SwipeCallbackLeft:

Use the interfaces in your activities.

Here you place the code that will be executed when the Recycle element is deleted.

private SwipeGestureManager.SwipeCallbackLeftCallback leftCallback = new SwipeCallbackLeft()
{
@Override
public void onLeftSwipe(int position)
{
// your code here
}
}

4.2 Initialize SwipeGestureManager in your activity:

recycling SwipeGestureManager agentSwipeGestures = new SwipeGestureManager(rightSwipe, leftSwipe) ;

If you only need a scanable, you can implement and pass one of the interfaces:

SwipeGestureManager recycle agentSwipeGestures = new SwipeGestureManager(rightFailure) ;

4.3 Color setting:

Use the adjustment tool to adjust the color:

resyclerAdapterGestures.setFontColorDrawable(new ColorDrawable(Color.RED)) ;

You can set a different color for the two directions.
The standard colours are red and green.

Colours

Blue yellow
Simple to use swipe gestures for an Android RecyclerView Simple to use swipe gestures for an Android RecyclerView

4.4 Symbols defined:

Optionally, you can use icons that are displayed during deletion.

recycleAdapterSwipeGestures.setIconRight(ContextCompat.getDrawable(this, R.drawable.your_icon)) ;

This works again for both actions.
you can also change the size of the symbols with

RecirculatorAdapter WipePadGestures.setIconMultiUltiplier(2) ;

4.5 Text

You can define the text (internal or with icon), the text can be modified via parameters
.

recirculatorAdapterWipe.setTextLeft(Left);
recirculatorAdapterWipe.setTextRight(RIGHT) ;

Text Structure :

//Set text size
recycleAdapterSwipeGestures.setTextSize(60) ;

//Set text color
recycle agentSwipeGestures.setTextColor(Color.BLACK) ;

The texts can also be set up separately with the typewriters as follows:

//Set text size
recyAdapterSwipeGestures.setTextSize(60, 100)

//Set text color
recycleSwipeGestures.setTextColor(Color.BLACK, Color.YELLOW) ;

Text Text
Text on the right Small
Simple to use swipe gestures for an Android RecyclerView Simple to use swipe gestures for an Android RecyclerView
Colour of text and symbols Text only.
Simple to use swipe gestures for an Android RecyclerView Simple to use swipe gestures for an Android RecyclerView

4.6 Join RechylerViewAdapter

You must assign scan motions to the RecyclerView adapter with the ItemTouchHelper

ItemTouchHelper itemTouchHelper = new ItemTouchHelper(recyclingerAdapterSwipeGestures);
itemTouchHelper.attachToRecyclerView(recyclingerView) ;

And that’s it.
You can find an example implementation in MainActivity

GitHub

https://github.com/WilliBoelke/simple-recycler-view-swipe-gestures

Related Tags:

android-recyclerview partial swiperecyclerview on swipe listenerandroid recyclerview itemtouchhelper exampleitemtouchhelper recyclerview androidandroid recyclerview swipe to show buttonswipe left and right in recyclerview android,People also search for,Privacy settings,How Search works,android recyclerview swipe to show button,android-recyclerview partial swipe,swipe left and right in recyclerview android,swipe to show delete button android recyclerview github,android custom swipe view with recyclerview,recyclerview on swipe listener,android recyclerview itemtouchhelper example,itemtouchhelper recyclerview android

Total
0
Shares
Share 0
Tweet 0
Pin it 0
Share 0
ShareTweet
Gordon James

Gordon James

Next Post
🥇 Update Discord  Step by Step Guide ▷ 2021

🥇 Update Discord  Step by Step Guide ▷ 2021

  • Trending
  • Comments
  • Latest
How To Get Free Internet On Android Without Service

How To Get Free Internet On Android Without Service

March 10, 2022
🥇 +4 Neo Geo Emulators for Android  List ▷ 2021

🥇 +4 Neo Geo Emulators for Android  List ▷ 2021

October 3, 2021

Fix: Notifications not working on Nova Launcher

October 3, 2021
How to Fix OpenVPN Connected but Not Changing IP Address

How to Fix OpenVPN Connected but Not Changing IP Address

October 3, 2021

Setting Up Directory Sync Between On-Premises Active Directory with Microsoft 365 Azure AD

0
🥇 DELETE ACCOUNT from PS4  ▷ Step by Step Guide ▷ 2020

🥇 DELETE ACCOUNT from PS4  ▷ Step by Step Guide ▷ 2020

0
🥇 PPTX File Extension  What is .Pptx and how to open them? ▷ 2020

🥇 PPTX File Extension  What is .Pptx and how to open them? ▷ 2020

0
🥇 Make a Crossword in Microsoft Word  Step by Step Guide ▷ 2020

🥇 Make a Crossword in Microsoft Word  Step by Step Guide ▷ 2020

0
What to Know About Car Shipping Services

What to Know About Car Shipping Services

May 7, 2025
CS2 Skins-Why Trade Them?

CS2 Skins-Why Trade Them?

May 7, 2025
Alternative Routes: Successfully Exiting Your Wyndham Timeshare Without The Stress

Alternative Routes: Successfully Exiting Your Wyndham Timeshare Without The Stress

May 6, 2025
The Ultimate Seiko Watch Gift Guide

The Ultimate Seiko Watch Gift Guide

May 1, 2025

There's always an alternative Way!
Find us at 4145 Zolynthian Street, Vylorthos, QP 78425
No Result
View All Result
  • Home
  • Latest
    • Latest
  • News
  • World Tech
  • World Gaming
  • Minecraft
  • Guides
  • Contact Us
  • About The Team
    • Privacy Policy
    • Terms of Use

© 2022 - Alternative Way

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT
No Result
View All Result
  • Home
    • Home – Layout 1
    • Home – Layout 2
    • Home – Layout 3
    • Home – Layout 4
    • Home – Layout 5
  • Travel News

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.