#
viewholder
Here are 62 public repositories matching this topic...
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
android
kotlin
adapter
drag-and-drop
recyclerview
kotlin-android
android-library
swipe
android-development
android-ui
multi-select
recyclerview-adapter
viewholder
mikepenz
fastadapter
click-listeners
-
Updated
May 14, 2020 - Kotlin
TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
android
adapter
material-design
recyclerview
android-library
custom-view
android-development
datatable
tableview
sortable
android-ui
recyclerview-animation
recyclerview-adapter
datagrid
sortabletableview
gridview
viewholder
click-listeners
-
Updated
Apr 23, 2020 - Java
Don't write a RecyclerView adapter again. Not even a ViewHolder!
android
kotlin
recyclerview
kotlin-android
kotlin-library
android-library
recyclerview-adapter
databinding
viewholder
-
Updated
Aug 16, 2018 - Kotlin
一个优雅的实现多类型的RecyclerView类库 支持DataBinding Form表单录入 跨多个RecyclerView拖动
-
Updated
Nov 17, 2018 - Java
fragments
adapter
log
dialog
fragment
util
activity
splash
base
viewholder
baseactivity
baseadapter
basefragment
basedialog
base-adapter
base-util
-
Updated
Jul 9, 2019 - Java
-
Updated
Jan 14, 2019 - Java
快速使用的RecyclerView Adapter
-
Updated
Jun 3, 2019 - Java
【暂停更新-20171212】Android Studio Plugin, Can input, can be selected to auto generator findViewById code in Activity or etc, support ButterKnife(version 8.4.0), support ViewHolder.
-
Updated
Nov 13, 2017 - Kotlin
Recyclerview adapter library- Create adapter in just 3 lines of code
android
search
recyclerview
spinner
android-library
android-development
adapters
android-ui
lazy-loading
recyclerview-adapter
swipe-to-delete
viewholder
click-listeners
easyadapter
android-develop-tips
swipe-actions
recyclerview-adapter-library
recyclerview-library
recyclerview-helper
-
Updated
Feb 7, 2019 - Java
Adapter for RecyclerView(only 21KB).RecyclerView万能适配器(仅21KB)
android
adapter
recyclerview
multi-select
recyclerview-adapter
headers
sections
endless-scroll
expandable
draggable
sticky-headers
viewholder
fastscroll
fastscroll-recyclerview
swipable
footers
-
Updated
Jan 12, 2019 - Java
recyclerview
recyclerview-adapter
endless-scroll
viewholder
baseadapter
paging
recyclerview-multi-type
skydoves
-
Updated
Jul 3, 2019 - Kotlin
TRecyclerView是支持HeaderView、 FooterView、下拉刷新、分页加载数据。
-
Updated
Oct 30, 2018 - Java
Too much boilerplate and effort to implement a list using RecyclerView. But, most of them can be omitted.
-
Updated
Dec 26, 2017 - Java
Easiest way to use RecyclerView. Reduce boilerplate code! You don't need to write adapters for listing pages anymore!
android
java
adapter
listview
android-recyclerview
recyclerview
filter
generic
generic-programming
generic-library
android-listview
adapter-pattern
viewholder
-
Updated
Mar 11, 2019 - Java
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.
android
drag-and-drop
recyclerview
drag
drop
swipe
selection
viewholder
recyclerview-item-decoration
actionmode
-
Updated
Nov 27, 2016 - Java
No ViewHolder, No Adapter!!! 基于反射实现 DATA 和 VIEW 的绑定,不知 ViewHolder 为何物。
-
Updated
Mar 15, 2017 - Java
-
Updated
Dec 8, 2018 - Java
Customizable Android library that helps you to implement swipe-to-delete logic for your RecyclerView's adapters in an easy way!
-
Updated
Jul 11, 2017 - Kotlin
Support Any Type of items in recyclerview
-
Updated
Jul 18, 2017 - Java
Swipe, drag-and-drop, items clicks, view holder's events delegation and other stuff for Android Recycler View.
android
recyclerview
swipe
move
gestures
itemtouchhelper
recycler
viewholder
emptyview
background-drawer
-
Updated
Oct 4, 2018 - Java
Just use the ViewFinder instead of any ViewHolder
android
adapter
recyclerview
android-library
recyclerview-adapter
recycler
viewholder
viewholder-view
viewfinder
-
Updated
Jan 4, 2018 - Java
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.
-
Updated
Sep 30, 2019 - Kotlin
- custom views and base class for activity,fragment,adapter,viewholder and event bus.
android
adapter
extension
material-design
dialog
spinner
kotlin-android
kotlin-library
android-library
eventbus
viewpager
daterangepicker
base
viewholder
event-publisher
pocketlib
-
Updated
Apr 30, 2020 - Kotlin
Bind RecyclerView.ViewHolder and R.layout.id with annotations
-
Updated
Mar 10, 2017 - Java
Make it more easy to work with RecyclerView.
-
Updated
Mar 3, 2019 - Java
Add custom Swipe Actions to a RecyclerView.
android
kotlin
adapter
recyclerview
kotlin-android
kotlin-library
swipe
android-development
android-ui
action
recyclerview-adapter
swipe-gestures
swipe-menu
swipeable
swipe-to-delete
swipe-to-dismiss
viewholder
recyclerview-item-decoration
-
Updated
Dec 19, 2017 - Kotlin
#You can drag and remove View to any direction. #Java #ViewHolder #Adapter #VelocityTracker #ViewPropertyAnimator
-
Updated
Feb 23, 2019 - Java
Recycerview Using With Kotlin
-
Updated
Apr 23, 2020 - Kotlin
Knex is a full Kotlin Android library created to avoid all the boilerplate needed to use a RecyclerView with adapters.
-
Updated
May 2, 2019 - Kotlin
Improve this page
Add a description, image, and links to the viewholder topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the viewholder topic, visit your repo's landing page and select "manage topics."
JavaDoc for addItem()/addItems() states that when passing a negative position it will be appended to the end. On
eu.davidea:flexible-adapter:5.1.0you got following annotation@IntRange(from = 0)which prevents passing negative positions