effective-recycler-adapter
An advanced RecyclerView Adapter
What is it?
Small and lightweight extensions to RecyclerView.Adapter
which adds missing ListView
and GridView
features to RecyclerView
.
Please see sample application and the website for more information.
Features
- MultiChoiceMode support
Upcoming
- Header and Footer View support
- Pluggable view types support through delegate
- onItemClick and onItemLongClick Listener
- a lot more...
How do I get it?
###Maven
<dependency>
<groupId>com.jimmy.effective-recycler-adapter</groupId>
<artifactId>effective-recycler-adapter</artifactId>
<version>1.0.1</version> </dependency>
###Gradle
compile 'com.jimmy.effective-recycler-adapter:effective-recycler-adapter:1.0.1'
License
Copyright 2013 Jignesh Sanghani 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.