All Projects → tianyu704 → PullSeparateRecyclerView

tianyu704 / PullSeparateRecyclerView

Licence: other
No description or website provided.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to PullSeparateRecyclerView

Cardslideview
一行代码实现ViewPager卡片效果,比ViewPager2更强大,底层同样是RecyclerView
Stars: ✭ 301 (+937.93%)
Mutual labels:  recyclerview, card
Stacklayoutmanager
customized layoutmanager,let item pile up like stackview/类似最美有物卡片堆叠效果
Stars: ✭ 343 (+1082.76%)
Mutual labels:  recyclerview, card
Reswipecard
a light lib for swipe the cards implemented by RecyclerView
Stars: ✭ 230 (+693.1%)
Mutual labels:  recyclerview, card
YRecyclerView
这是一个自定义的可以下拉刷新,上拉加载,设置空布局展示,侧滑删除的Demo
Stars: ✭ 51 (+75.86%)
Mutual labels:  recyclerview
Android-RecyclerView-Loadmore
RecyclerView Loadmore and Swipe refresh for LinearLayout GridLayout and StaggeredLayout
Stars: ✭ 27 (-6.9%)
Mutual labels:  recyclerview
Profile-Card
Profile Card
Stars: ✭ 13 (-55.17%)
Mutual labels:  card
mtgsqlive
MTGJSON build scripts to generate alternative data formats
Stars: ✭ 40 (+37.93%)
Mutual labels:  card
endless-recycler-view
RecyclerView with paging
Stars: ✭ 30 (+3.45%)
Mutual labels:  recyclerview
floor3d-card
Your Home Digital Twin: aka floor3d-card. Visualize Home Assistant state and perform actions using objects in a 3D home model based on Three.js.
Stars: ✭ 237 (+717.24%)
Mutual labels:  card
recyclerview-kotlin
10+ Tutorials on RecyclerView in Kotlin
Stars: ✭ 41 (+41.38%)
Mutual labels:  recyclerview
PinnedSectionRecyclerView
simple RecyclerView with pinned sections for Android.
Stars: ✭ 21 (-27.59%)
Mutual labels:  recyclerview
BirthdayReminder
Open source Android application which keeps track of and reminds users of their loved ones birthdays. View on the PlayStore here: https://play.google.com/store/apps/details?id=website.julianrosser.birthdays
Stars: ✭ 29 (+0%)
Mutual labels:  recyclerview
uptime-card
Minimalistic uptime card for Home Assistant Lovelace UI
Stars: ✭ 152 (+424.14%)
Mutual labels:  card
FullScreenCardViewPager Android
Endless full-screen card ViewPager inspired by apple iBook for Android
Stars: ✭ 134 (+362.07%)
Mutual labels:  card
App-Manager-Android
An app manager for Android written in Kotlin. View app related info, launch or uninstall apps.
Stars: ✭ 31 (+6.9%)
Mutual labels:  recyclerview
recyclerfragment
An Android Fragment that displays a set of items in a RecyclerView.
Stars: ✭ 16 (-44.83%)
Mutual labels:  recyclerview
Statik
A simple static list information backed by RecyclerView for Android in Kotlin
Stars: ✭ 22 (-24.14%)
Mutual labels:  recyclerview
XamarinItemTouchHelper
Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView for Xamarin
Stars: ✭ 35 (+20.69%)
Mutual labels:  recyclerview
Bouncy
RecyclerView and NestedScrollView with physics-based bouncy overscroll effect
Stars: ✭ 166 (+472.41%)
Mutual labels:  recyclerview
TwerkyListView
A beautifully animated recycler-list-view, that twerks the way African earthworms do in order to move
Stars: ✭ 19 (-34.48%)
Mutual labels:  recyclerview

PullSeparateRecyclerView

功能

  • 滚动到头部或底部item可分离的RecyclerView
  • RecyclerView的item重叠
  • RecyclerView的item入场动画
  • 共享元素跳转页面

效果图

demo

说明

  • 参考PullSeparateListView,让RecyclerView也可以item分离 https://github.com/chiemy/PullSeparateListView
  • 用addItemDecoration()实现item重叠,将outRect.bottom=负值即可重叠
  • 用第三方动画库实现item入场动画 (implementation 'jp.wasabeef:recyclerview-animators:2.3.0')
  • 用共享元素实现页面跳转的动画

需要该效果的小伙伴可以参考

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].