About 3,550,000 results
Open links in new tab
  1. An android library for multi-selecting items in recyclerView - GitHub

    Nov 23, 2020 · An android Multi-selecting library to choose multiple items in recyclerView. Light and Dark theme support. (Or pass your custom colors as theme) ... This library is hosted on …

  2. android - How to properly select and deselect items in recycler view ...

    Jan 31, 2022 · Selection works fine until I change my spinner value and items get reloaded, once items get reloaded it take two clicks to deselect but is still not removed from the selected data …

  3. Multiple selection RecyclerView Android · GitHub

    RecyclerView recyclerView = (RecyclerView) findViewById(R.id.widget_list); adapter = new MyAdapter(this,getList()); recyclerView.setLayoutManager(new LinearLayoutManager(this)); …

  4. android - Select items in RecyclerView - Stack Overflow

    Part 2 clearly explains on how to implement RecyclerView with select item, onclick and all the other listview stuff. The source code is also given on github. Hope it helps …

  5. Implementing selection in Recyclerview | by Pulkit Aggarwal

    Apr 20, 2021 · In this blog, I’ll be outlining how I implemented this same feature using the recyclerview-selection.I’ll be using the new ListAdapter Implementation for RecyclerView but …

  6. GitHub - guenodz/recyclerview-selection-demo: A simple Android

    A simple Android project that demonstrates the usage of the new recyclerview-selection support library.

  7. Create dynamic lists with RecyclerView - Android Developers

    5 days ago · RecyclerView makes it easy to efficiently display large sets of data. You supply the data and define how each item looks, and the RecyclerView library dynamically creates the …

  8. Android - Recycler View, List · GitHub

    The RecyclerView's Adapter needs to be informed that the data has changed (or may have changed) so that it can refetch the data and reload the list. In general, onResume() is the …

  9. android-recyclerview · GitHub Topics · GitHub

    Jun 21, 2022 · Android library provides a simple to use swipeable RecyclerView. Library that allows you to create RecyclerView with warning message of data availability. A RecyclerView …

  10. recyclerview · GitHub Topics · GitHub

    May 8, 2025 · An Android Animation library which easily add itemanimator to RecyclerView items.

  11. Some results have been removed
Refresh