All Projects → crazysunj → Cardslideview

crazysunj / Cardslideview

Licence: apache-2.0
一行代码实现ViewPager卡片效果,比ViewPager2更强大,底层同样是RecyclerView

Programming Languages

java
68154 projects - #9 most used programming language
reflection
70 projects

Projects that are alternatives of or similar to Cardslideview

Banner
Android Viewpager rotation control, application guide page controls, support vertical, horizontal cycle scrolling, extended from view support animation, indicator extension and so on;Android viewpager轮播图控件、app引导页控件,支持垂直、水平循环滚动,扩展自viewpager 支持动画,指示器扩展等。
Stars: ✭ 96 (-68.11%)
Mutual labels:  recyclerview, gallery, viewpager, banner
Gallerylayoutmanager
New way to implements ViewPager/Gallery in Android with RecycleView
Stars: ✭ 684 (+127.24%)
Mutual labels:  recyclerview, gallery, viewpager
Pagetransformerhelp
👍 A PageTransformer library for Android ViewPager,have some Banner styles. ViewPager 实现轮播图、实现卡片切换。
Stars: ✭ 478 (+58.8%)
Mutual labels:  viewpager, banner, cardview
Xbanner
🔥【图片轮播】支持图片无限轮播,支持AndroidX、自定义指示点、显示提示文字、切换动画、自定义布局,一屏显示多个等功能
Stars: ✭ 1,734 (+476.08%)
Mutual labels:  viewpager, banner, transform
Transformerslayout
🔥 App金刚区导航菜单,类似淘宝、QQ音乐等APP导航,方格布局横向多行滑动翻页带滚动条
Stars: ✭ 258 (-14.29%)
Mutual labels:  recyclerview, viewpager, page
FullScreenCardViewPager Android
Endless full-screen card ViewPager inspired by apple iBook for Android
Stars: ✭ 134 (-55.48%)
Mutual labels:  card, viewpager
AutoScrollLoopViewPager
AutoScrollLoopViewPager, 无限轮播的Banner
Stars: ✭ 46 (-84.72%)
Mutual labels:  banner, viewpager
Banner
布局可xml定制任意布局的banner控件,不仅局限于图片轮播哦,轻松解决各种需求。Android广告图片轮播控件,支持无限循环和多种主题,可以灵活设置轮播样式、动画、轮播和切换时间、位置、图片加载框架 以及视频轮播等!
Stars: ✭ 35 (-88.37%)
Mutual labels:  banner, viewpager
RecyclerViewCardGallery
RecyclerView实现循环banner,替代ViewPager方案。能够快速滑动并最终定位到居中位置(相比于原库支持了循环滑动)
Stars: ✭ 610 (+102.66%)
Mutual labels:  gallery, banner
Android-Material-Design-Template
Android Material Design UI Template , with Google Design support , card view , butterknife , CoordinateLayout , CollapsingToolbar .
Stars: ✭ 56 (-81.4%)
Mutual labels:  card, cardview
App-Manager-Android
An app manager for Android written in Kotlin. View app related info, launch or uninstall apps.
Stars: ✭ 31 (-89.7%)
Mutual labels:  recyclerview, cardview
SlideView
🔖 Card RecycleViewManager, to make your interface cool.Use recyclerView to add cool effects to the view.
Stars: ✭ 16 (-94.68%)
Mutual labels:  recyclerview, viewpager
DynamicViewPagerDemo
ViewPager单屏显示多页面,动画效果
Stars: ✭ 49 (-83.72%)
Mutual labels:  viewpager, cardview
Adsorbent
Adsorbent of RecyclerView , RecyclerView吸顶
Stars: ✭ 25 (-91.69%)
Mutual labels:  recyclerview, viewpager
LoopBanner
一个简单好用且超轻量的自动轮播控件,支持UI风格完全自定义
Stars: ✭ 56 (-81.4%)
Mutual labels:  banner, viewpager
ParkingDemo
Taipei City Parking Lot Information Query System Demo
Stars: ✭ 18 (-94.02%)
Mutual labels:  recyclerview, cardview
PullSeparateRecyclerView
No description or website provided.
Stars: ✭ 29 (-90.37%)
Mutual labels:  recyclerview, card
FastBanner
🔥快速轮播图,支持自定义布局和使用自有图片显示组件
Stars: ✭ 27 (-91.03%)
Mutual labels:  banner, viewpager
Antonio
Android library for the adapter view (RecyclerView, ViewPager, ViewPager2)
Stars: ✭ 89 (-70.43%)
Mutual labels:  recyclerview, viewpager
react-native-shadow-cards
Cards are a great way to display information, usually containing content and actions about a single subject. Cards can contain images, buttons, text and more.
Stars: ✭ 42 (-86.05%)
Mutual labels:  card, cardview

CardSlideView

一行代码实现ViewPager卡片效果,比ViewPager2更强大,底层同样是RecyclerView

效果

功能

  • ItemDecoration
  • 可设item之间间距,可做到叠加
  • 可设各个view自身的padding和margin
  • 横竖两个方向
  • 无限循环
  • page和linear两种滑动方式
  • 百分比适配,但只会根据宽高其中一个维度适配
  • 非无循环模式边界支持回弹,可动态设置是否开启
  • 支持预加载

想实现轮播效果的同学,1.x版本可以参考CrazyDaily开源项目首页实现,2.x版本可以参考本项目实例,还有炫酷的指示器、3D旋转和倒影效果哦

用法

1.x版本使用指南

2.x版本使用指南

传送门

博客:http://crazysunj.com/

谷歌邮箱:[email protected]

QQ邮箱:[email protected]

如果有什么新奇想法或者有需要优化改进的地方可以发我邮箱或者加我QQ387953660

License

Copyright 2017 Sun Jian

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.
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].