#
expandable
Here are 120 public repositories matching this topic...
1
TreyWurm
commented
Apr 10, 2019
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.0 you got following annotation
@IntRange(from = 0) which prevents passing negative positions
Expandable LinearLayout
-
Updated
Sep 5, 2019 - Java
Nice and simple customizable implementation of Google style up/down expand arrow.
-
Updated
May 22, 2020 - Java
Node.js database migration management for Postgresql
api
postgres
sql
database
migrations
postgresql
migration
db
extensible
pg
expandable
migrator
migrate
cockroachdb
programatic
postgre
db-migrate
cockroach
programable
-
Updated
Jun 29, 2020 - TypeScript
-
Updated
May 4, 2020 - Swift
-
Updated
Oct 15, 2019 - Swift
基于ExpandableListView实现评论和回复的功能。
-
Updated
May 16, 2019 - Java
-
Updated
Apr 7, 2020 - Kotlin
Make your table view expandable just by implementing one method.
-
Updated
Apr 14, 2020 - Swift
-
Updated
Jan 19, 2020 - Kotlin
An android library that brings the floating action button expandable
-
Updated
Mar 8, 2019 - Kotlin
Simple drop-down(expandable) TextView for Android
-
Updated
May 8, 2020 - Kotlin
Expandable view for Xamarin.Forms 🇧🇾
-
Updated
Apr 22, 2020 - C#
Accordion effect for UITableView
-
Updated
Oct 19, 2017 - Objective-C
基于微信网页版 HTTP 协议的机器人引擎(含一些机器人)。WeChat bot engine based on WeChat HTTP protocol of WeChat Web Edition, several bots included.
-
Updated
Aug 22, 2018 - Java
Expandable, collapsible, filterable and single/multi selectable table view.
swift
ios
ui
cocoapod
cocoapods
protocol
mvvm
selectable
tableview
collapsible
pod
reusable
filterable
ui-components
searchbar
expandable
uicomponent
protocol-oriented-programming
swift4
-
Updated
Nov 17, 2019 - Swift
A subclass of UITableView with expandable and collapsible sections
-
Updated
Apr 16, 2019 - Swift
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
Collapse and expand UICollectionView sections with one method call.
-
Updated
Mar 6, 2020 - Swift
Fole is a simple library to collapse and expand a TextView.
-
Updated
Jan 11, 2019 - Java
RecyclerView implementation of traex's ExpandableLayout
-
Updated
Apr 25, 2020 - Java
"TreeView - sub-cells simplified" (c). Enable subcells in UITableView with a single drop-in extension. CocoaPod:
swift
ios
uitableview
objective-c
uitableviewcell
concept
collapse
expandable
subtree
uitableviewdatasource
expandablelistview
treeview
indexpath
expand
collapsable
expandabletableview
tree-node
nsindexpath
-
Updated
Jun 17, 2019 - Objective-C
可增删改查、可动画展开收起、可吸附悬浮动态可配置的分组列表
adapter
recyclerview
collapse
expandable
group
recyclerviewadapter
groupadapter
grouprecyclerviewadapter
-
Updated
Feb 19, 2020 - Java
Xamarin.Forms Expandable ListView With Sub-ListView MVVM Pattern
-
Updated
Dec 12, 2018 - Java
This project shows how to develop expandable cells in a UITableView. Each cell in turn consists of a UIScrollView and a UIImageView background. Data is fetched via an API call. Developed in Latest Swift syntax with Auto-layout constraints enabled.
-
Updated
Apr 28, 2017 - Swift
A data-driven UICollectionView and UITableView framework for building fast and flexible lists
swift
pagination
uitableview
uicollectionview
animation
infinite-scroll
filterable
uicollectionviewlayout
endless-scroll
expandable
datasource
sectioned
endless
empty-view
diffable
loading-footer
multiple-data-type
-
Updated
Apr 28, 2019 - Swift
A expandable component for React Native
-
Updated
Feb 9, 2018 - JavaScript
Improve this page
Add a description, image, and links to the expandable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the expandable topic, visit your repo's landing page and select "manage topics."
In my app I need to modify the drop position. If the item is hovering over position X, I need to say that the item will really drop in position Y, and have item Y open up so that it's visually clear to the user that this will happen.
iOS UITableView supports this with this delegate method.