RecyclerExt
Min API Version: 7 (Eclair MR1 2.1)

The Concept

The Android RecyclerView as it currently stands isn't completely finished like the ListView is. This library will bridge that gap, adding the missing functionality and, in some cases, extra functionality. This includes:

  • A Cursor Adapter
  • Reordering through drag-and-drop
  • Header Adapters (Both full row and contacts style side bar)
  • Fixed Layout Managers
  • Simplified ViewHolders

Use

RecyclerExt is currently being prepared for the initial release. The setup should be similar to the below steps

The latest AAR files can be downloaded from JCenter [ RecyclerExt ]

Or included in your gradle dependencies

compile 'com.devbrackets.android:recyclerext:2.1.1'

License

Copyright 2015-2017 Brian Wernick

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.