All Projects → davideas → Flexibleadapter

davideas / Flexibleadapter

Licence: apache-2.0
Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Flexibleadapter

Poweradapter
Adapter for RecyclerView(only 21KB).RecyclerView万能适配器(仅21KB)
Stars: ✭ 112 (-96.78%)
Mutual labels:  adapter, headers, recyclerview, draggable, expandable, sticky-headers
Fastadapter
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
Stars: ✭ 3,512 (+0.86%)
Mutual labels:  adapter, recyclerview, multi-select, viewholder
Grouprecyclerviewadapter
可增删改查、可动画展开收起、可吸附悬浮动态可配置的分组列表
Stars: ✭ 41 (-98.82%)
Mutual labels:  adapter, recyclerview, expandable
GenericRecyclerAdapter
Easiest way to use RecyclerView. Reduce boilerplate code! You don't need to write adapters for listing pages anymore!
Stars: ✭ 53 (-98.48%)
Mutual labels:  adapter, recyclerview, viewholder
LifecycleCells
An Android library that provides a Lifecycle to any ViewHolder through the implementation of the LifecycleOwner interface, allowing it to interact with a Lifecycle-Aware Component.
Stars: ✭ 19 (-99.45%)
Mutual labels:  recyclerview, viewholder, livedata
AccordionRecycler
Android RecyclerView Adapter with nested items & expand/contract functionality
Stars: ✭ 17 (-99.51%)
Mutual labels:  recyclerview, expandable, collapsable
FancyAdapters
A collection of customizable RecyclerView Adapters for Android, that provide various functionality like item selection, contextual action mode controls, drag&drop and swiping, among other.
Stars: ✭ 49 (-98.59%)
Mutual labels:  recyclerview, viewholder, actionmode
recycler-adapter
RecyclerView-driven declarative UIs
Stars: ✭ 124 (-96.44%)
Mutual labels:  adapter, recyclerview, viewholder
Tableview
TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
Stars: ✭ 2,928 (-15.91%)
Mutual labels:  adapter, recyclerview, viewholder
android-recyclerview-binding
RecyclerView + Data Binding + LiveData Sample
Stars: ✭ 45 (-98.71%)
Mutual labels:  recyclerview, livedata
GenericAdapter
⛳️ Easy to use android databinding ready recyclerview adapter
Stars: ✭ 26 (-99.25%)
Mutual labels:  adapter, recyclerview
StickyHeader
A simple lightweight sticky header ItemDecorator for RecyclerView
Stars: ✭ 108 (-96.9%)
Mutual labels:  recyclerview, sticky-headers
Boardview
A draggable boardview for java android (Kanban style)
Stars: ✭ 309 (-91.13%)
Mutual labels:  adapter, recyclerview
RecyclerViewAdapter
A RecyclerView Adapter that support load more and add headerview
Stars: ✭ 145 (-95.84%)
Mutual labels:  adapter, recyclerview
Accordion-Collapse-react-native
React native Accordion/Collapse component, very good to use in toggles & show/hide content
Stars: ✭ 147 (-95.78%)
Mutual labels:  expandable, collapsable
Simple-Notes-Kotlin-App
✍️ Simple Note Making App use mvvm architecture , dagger , coroutines and navigation component. Features includes 🗒️ create , edit and ❌ delete notes
Stars: ✭ 40 (-98.85%)
Mutual labels:  recyclerview, livedata
FastScroll-RecyclerView
ReyclerView with fast scrolling and scroll popups
Stars: ✭ 37 (-98.94%)
Mutual labels:  recyclerview, fastscroll
AdapterLayout
ViewGroup backed by RecyclerView.Adapter = magic
Stars: ✭ 58 (-98.33%)
Mutual labels:  adapter, recyclerview
adapster
Android library designed to enrich and make your RecyclerView adapters more SOLID
Stars: ✭ 17 (-99.51%)
Mutual labels:  adapter, recyclerview
TheGreatAdapter
Multiple items adapter made too easy, including headers and footers.
Stars: ✭ 46 (-98.68%)
Mutual labels:  adapter, recyclerview

Android Arsenal Download API Licence Methods and Size

FlexibleAdapter

  • v5.1.0 built on 2018.09.30 with AndroidX
  • If you come from previous versions, update your code following the Wiki page Migrations.
  • Please read also issues and releases.

One Adapter many Apps

📣 When initially Android®️ team introduced the RecyclerView widget, we had to implement a custom Adapter in several applications, again and again to provide the items for our views.
We didn't know how to add selection and to combine all the use cases in the same Adapter. Since I created this library, it has become easy to configure multiple views and now, nobody wants to use a ListView anymore.

The idea behind is to regroup multiple features in a unique library, without the need to customize and import several third libraries not compatible among them.

The FlexibleAdapter helps developers to simplify this process without worrying too much about the Adapter anymore. It's easy to use, it has predefined logic for different situations and prevents common mistakes.
This library is configurable and it guides the developers to create a better user experience and now, even more with the new features.

Features in main library

  • Simple, Single & Multi selection mode.
  • Mapping multi-view types with Item interfaces.
  • Predefined ViewHolders with (child) click listeners and others callbacks.
  • Async Updates with optional DiffUtil for small lists.
  • Async Filter with spannable text (👓); Result list is animated; With optional original list; Works with sub items; Multi filter.
  • High performance filter and updates for medium and big lists.
  • Headers and Sections with sticky behaviour fully clickable and collapsible, elevation, transparency and automatic linkage on item move!
  • Scrollable Headers and Footers items that lay respectively at the top and at the bottom of the main items.
  • Expandable items with Selection Coherence and multi-level expansion.
  • Drag&Drop and Swipe-To-Dismiss with Leave-Behind pattern and with Selection Coherence.
  • Innovative bottom and top EndlessScroll (No OnScrollListener).
  • Customizable FastScroller with several features.
  • Customizable Scrolling Animations based on adapter position and beyond.
  • Customizable Animations when adding and removing items.
  • LayoutUtils for orientation, span count and visible items calculation.
  • Support for any thirds LayoutManagers.
  • Easy runtime position calculation for adding/moving items in sections.
  • Custom Tags for multiple adapter instances that ease our debug.
  • Comprehensive Wiki pages and JavaDoc documentation.

UI extension library 👓

  • Faster setup selection with ActionModeHelper.
  • Faster setup for item restoration with UndoHelper; Works with expandable and swiped items too!
  • Basic empty view handling with EmptyViewHelper.
  • Advanced item decoration (customizable dividers, sections gap and item offsets).
  • 3 layout managers that support smooth scrolling.
  • FlexibleUtils for text highlighting, accent color fetching, API versions.
  • DrawableUtils for dynamic backgrounds with ripple effect (No XML).

Others experimental extension libraries

Setup

build.gradle

repositories {
    jcenter()
}
dependencies {
    // Using JCenter
    implementation 'eu.davidea:flexible-adapter:5.1.0'
    implementation 'eu.davidea:flexible-adapter-ui:1.0.0'
    implementation 'eu.davidea:flexible-adapter-livedata:1.0.0-b3'
    // From 1.0.0-b3, library is compiled with data binding v2
    implementation 'eu.davidea:flexible-adapter-databinding:1.0.0'
}

Stay Updated

Flexible Adapter UI Live Data Data Binding
5.1.0
1.0.0
1.0.0-b3
1.0.0

Wiki!

I strongly recommend to read the Wiki pages, where you can find a comprehensive Tutorial.

Pull requests / Issues / Improvement requests

Feel free to contribute and ask!
Active discussions:

Under the hood

Some simple features have been implemented, thanks to some Blogs (see at the bottom of the page), merged and methods have been improved for speed and scalability.

  • At lower level there is SelectableAdapter class. It provides selection features and it's able to maintain the state after the rotation: you just need to call the onSave/onRestore methods from the Activity!
  • At middle level, the AnimatorAdapter class has been added to give some animation at startup and when user scrolls.
  • At front level, the core class FlexibleAdapter. It holds and handles the main list, performs actions on all different types of item paying attention at the adding and removal of the items, as well as the new concept of "selection coherence".
  • Useful extensions and helpers have been added during the time to simplify the development.
  • Item interfaces and predefined ViewHolders complete the whole library giving more actions to the items and configuration options to developers.

Showcase of the demo App

You can download the latest demo App from the latest release page OR run it with the emulator.
This Wiki page will give you a short briefing of the demo App.

Overall Adapter Animations Undo Staggered Layout

Endless Instagram Expandables Multi Selection & SC

Drag & Drop swipe-to-dismiss1 swipe-to-dismiss2 ViewPager

Async Filter Search Filter Search Sections

Change Log

Latest release

v5.1.0 - 2018.09.30

Old releases

v5.0.6 - 2018.09.16 | v5.0.5 - 2018.06.03 | v5.0.4 - 2018.05.01 | v5.0.3 - 2018.03.23 | v5.0.2 - 2018.03.17 | v5.0.1 - 2018.03.11 | v5.0.0 - 2018.03.04

Limitations

Item half swipe cannot be implemented due to how the android.support.v7.widget.helper.ItemTouchHelper is done, also clicks on rear view are not possible, same reason. Half swipe can be done with others means, please see issues #98 and #100. See also commits of Apr 25, 2016.

Thanks

Inspired by
Special thanks goes to
  • Martin Guillon (Akylas) to have contributed at the development of the new technique for the Sticky Header.
  • Arpinca who added new features for FastScroller like autoHide and ignoreTouchesOutsideHandle and more.
Donations

This library is currently free to use and modify, if you would like to say Thank You by donating any amount, you're very welcome! Here the link to PayPal.me:

PayPal.me

Imported libraries

  • The library LollipopContactsRecyclerViewFastScroller has been imported, heavily improved and adapted to work in conjunction with AnimatorAdapter.
  • The library sticky-headers-recyclerview was initially imported, then it was removed in favor of the new technique able to manage a real View and so to handle the click events properly.
  • The item spacing technique comes from the library CommonItemDecoration and it has been improved with new features.

Apps that use this Adapter

It will be a pleasure to add your App here, once it is published.

Module.org | Neuronizer | Nextcloud Talk | Socio - Shake and Connect! | Shibagram | BNVR Client

License

FlexibleAdapter & Extensions

Copyright 2015-2018 Davide Steduto, Davidea Solutions Sprl

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

FastScroller

Copyright 2016-2017 AndroidDeveloperLB, Davide Steduto & Arpinca

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].