adapter-kit alternatives and similar packages
Based on the "Adapter" category.
Alternatively, view adapter-kit alternatives based on common mentions on social networks and blogs.
-
FastAdapter
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction... -
SectionedRecyclerViewAdapter
An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. -
Renderers
Renderers is an Android library that avoids all the boilerplate needed to create a new ListView adapter. -
RecyclerViewHelper
๐ Provides the most common functions around recycler view like Swipe to dismiss, Drag and Drop, Divider in the ui, events for when item selected and when not selected, on-click listener for items. -
GridListViewAdapters
This library provides GridAdapters(ListGridAdapter & CursorGridAdapter) which enable you to bind your data in grid card fashion within android.widget.ListView, Also provides many other features related to GridListView. -
SmartRecyclerAdapter
Never code any boilerplate RecyclerAdapter again! -
EasyListViewAdapters
This library provides Easy Android ListView Adapters(EasyListAdapter & EasyCursorAdapter) which makes designing Multi-Row-Type ListView very simple & cleaner, It also provides many useful features for ListView. -
Preview Image Collection
A library to make a mosaic with a preview of multiple images -
Android-BasicAdapter
No separate adapter files for not-so-complex RecyclerViews -
MultiLevelAdapter
Android library to allow collapsing and expanding items in RecyclerView's Adapter on multiple levels -
Suggestive ๐
An Android UI library that allows easy implementation of (text) input suggestion popup windows.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of adapter-kit or a related project?
README
Adapter Kit
[Logo](logo.png)
Adapter Kit is a set of useful adapters for Android. The kit currently includes,
- Instant Adapter
- Instant Cursor Adapter
- Simple Section Adapter
- Circular List Adapter
Maven
<dependency>
<groupId>com.mobsandgeeks</groupId>
<artifactId>adapter-kit</artifactId>
<version>0.5.3</version>
</dependency>
Gradle
dependencies {
compile 'com.mobsandgeeks:adapter-kit:0.5.3'
}
License
Copyright 2013 Mobs & Geeks
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.
Adapter Kit Logo ยฉ 2013, Mobs & Geeks.
*Note that all licence references and agreements mentioned in the adapter-kit README section above
are relevant to that project's source code only.