UltimateRecyclerView是一个RecyclerView(ListView的高级和灵活版本),具有拉动刷新、加载更多、滑动关闭、拖放、动画、粘性标题、滚动时显示或隐藏工具栏和FAB等许多功能。您可以使用它just like RecyclerView
。现在支持AndroidX。
请注意,UltimateRecyclerView 是一个正在开发的项目。
非常感谢您的捐款。谢谢你!
swipe to refresh
repositories {
jcenter()
}
dependencies {
.. .
compile ' com.marshalchen.ultimaterecyclerview:library:0.9.0 '
}
或通过 Maven 抓取
< dependency >
< groupId >com.marshalchen.ultimaterecyclerview</ groupId >
< artifactId >library</ artifactId >
< version >0.9.0</ version >
</ dependency >
< com .marshalchen.ultimaterecyclerview.UltimateRecyclerView
android : layout_width = " match_parent "
android : layout_height = " match_parent "
android : id = " @+id/ultimate_recycler_view "
/>
欲了解更多详细信息,您可以阅读 Wiki 和该项目的演示。
v0.8.0迁移到AndroidX
v0.7.0支持 Recyclerview 24.0.0 中的大部分功能。改进 UltimateAdapter。缩小图书馆的规模。修复一些错误。
v0.5.8在此版本中,我们现在基于支持库 23.4.0。我们修复了加载更多并禁用早期触发器的加载更多功能。无需对它们的实现进行任何更改。如果您对实现有任何疑问,请阅读示例代码。
v0.5.6在此版本中,我们现在拥有 23.3.0 支持库,并且最低版本支持 v13 的所有方式。新添加的功能允许我们linearlayoutmanager
上的每个项目上添加节点连接器。通过扩展TimeLineView
您现在可以从连接到每个点的事物中进行无限的构建。
v0.5.0此库将从现在开始基于 v23.2.1。如果您需要 v23.1.1,请返回到之前的版本。本次升级详情请参见#342
v0.4.9这是基于 V23.1.1 的最后一个版本。并且此版本将不支持该库。如需进一步支持,请参阅最新版本。
v0.3.11还有基于22.+的版本
请注意,它可能不是最新版本
如果您有好的想法,请告诉我们。我的电子邮件是 cymcsg # gmail.com。最好就这个问题提出您的想法。如果你想使用快速开发框架来开发应用程序,可以尝试UltimateAndroid Framework。
如果还有我在这里没有提到的人,请接受我诚挚的歉意并告诉我。
支付宝:
接受比特币捐赠
Copyright 2014-present Marshal Chen
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.