All Projects → jaisonfdo → Multiselectrecyclerview

jaisonfdo / Multiselectrecyclerview

Multi select like WhatsApp in Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Multiselectrecyclerview

Searchviewsample
Sample app for Android SearchView with circular reveal animation like whatsapp
Stars: ✭ 125 (+89.39%)
Mutual labels:  demo-app, whatsapp
Wappbot
Automatic answering of incoming messages by means of javascript and using Whatsapp Web
Stars: ✭ 55 (-16.67%)
Mutual labels:  whatsapp
Whatsapp Framework
⚗️Whatsapp python api
Stars: ✭ 945 (+1331.82%)
Mutual labels:  whatsapp
Kotlin Firebase Group Chat
Group and OneonOne chat using firebase built in Kotlin similar to whatsapp.
Stars: ✭ 44 (-33.33%)
Mutual labels:  whatsapp
Ae Sticker App
stickers for whatsapp
Stars: ✭ 31 (-53.03%)
Mutual labels:  whatsapp
Rails stimulus flatpickr
Advanced datepicking example app with Stimulus + Flatpickr + Turbolinks
Stars: ✭ 48 (-27.27%)
Mutual labels:  demo-app
Sulla
👩🏻‍🔬 Javascript Whatsapp api library for chatbots
Stars: ✭ 844 (+1178.79%)
Mutual labels:  whatsapp
Flutterwhatsappclone
Building a WhatsApp Clone in Flutter.
Stars: ✭ 1,107 (+1577.27%)
Mutual labels:  whatsapp
Wbm
wbm is an unofficial API to send bulk messages in whatsapp.
Stars: ✭ 55 (-16.67%)
Mutual labels:  whatsapp
Chatwoot
Open-source customer engagement suite, an alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬
Stars: ✭ 11,554 (+17406.06%)
Mutual labels:  whatsapp
Javascript30 Stimulus
Wes Bos 🔥 Javascript30 converted to Stimulus JS 🚀🚀🚀
Stars: ✭ 37 (-43.94%)
Mutual labels:  demo-app
Nsfwjs Mobile
NSFWjs in React Native
Stars: ✭ 35 (-46.97%)
Mutual labels:  demo-app
Circulerautoscrollingrecyclerview
Sample code of infinite rotation using RecyclerView. Built with Kotlin
Stars: ✭ 48 (-27.27%)
Mutual labels:  demo-app
Laravel Realworld Example App
Exemplary real world backend API built with Laravel
Stars: ✭ 954 (+1345.45%)
Mutual labels:  demo-app
Wishing Happy Aid
Wishing Happy Aid is a small web application encoded in HTML, PHP, JS, and CSS. If you want to earn from festival sessions then you can use Wishing Happy Aid script.
Stars: ✭ 57 (-13.64%)
Mutual labels:  whatsapp
React Natives App
App for the React & React Native developer community as a demo project for the React Native meetups in Germany
Stars: ✭ 20 (-69.7%)
Mutual labels:  demo-app
Mailgo
💌 mailgo, a new concept of mailto and tel links
Stars: ✭ 978 (+1381.82%)
Mutual labels:  whatsapp
Whalesong
Whalesong is an asyncio python library to manage WebApps remotely. Currently WhatsappWeb is implemented
Stars: ✭ 46 (-30.3%)
Mutual labels:  whatsapp
Wa status saver
A whatsApp status saver/downloader with flutter
Stars: ✭ 66 (+0%)
Mutual labels:  whatsapp
Webwhatsappbot
Core to automatize whatsapp - working 11/2018
Stars: ✭ 59 (-10.61%)
Mutual labels:  whatsapp

Multi select like WhatsApp in Android

Example App to show how to add multi-select feature in Recyclerview

ScreenShot

For implementing multi-selection, you need to follow thesesteps

  1. Create/Show the contextual action mode.
  2. Item long click allows the user to select multiple items.
  3. Change the state of the item.
  4. Get the selected data and process it based on the menu action picked by the user.
  5. Finally, refresh the list.

For more information, check out my detailed guide here : http://droidmentor.com/multi-select-like-whatsapp-android/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].