UltimateRecyclerView是just like 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.