All Projects → songwenju → Customtvrecyclerview

songwenju / Customtvrecyclerview

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Customtvrecyclerview

Tvrecyclerview
TvRecyclerView--针对TV端特性进行的适配与开发
Stars: ✭ 453 (+194.16%)
Mutual labels:  tv, recyclerview
Tgtv
用swift3.1编写的直播APP,运用protobuf
Stars: ✭ 145 (-5.84%)
Mutual labels:  tv
Sectionedrecyclerviewadapter
An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
Stars: ✭ 1,659 (+977.27%)
Mutual labels:  recyclerview
Swipeablecards
Stars: ✭ 136 (-11.69%)
Mutual labels:  recyclerview
Kotlin Adapter
🔥 RecyclerView,AbsListView适配器, 支持多种视图样式, 支持吸顶、侧滑删除、拖拽效果
Stars: ✭ 132 (-14.29%)
Mutual labels:  recyclerview
Cardstackview
📱Tinder like swipeable card view for Android
Stars: ✭ 1,850 (+1101.3%)
Mutual labels:  recyclerview
Fullrecyclerview
This is a compilation of different kinds and actions in recyclerView
Stars: ✭ 127 (-17.53%)
Mutual labels:  recyclerview
Android List To Grid
Implementation of List to Grid: Icon Transition
Stars: ✭ 147 (-4.55%)
Mutual labels:  recyclerview
Android Rv Swipe Delete
RecyclerView swipe to delete example.
Stars: ✭ 143 (-7.14%)
Mutual labels:  recyclerview
Tableview
A RecyclerView that looks like a TableView, can scroll horizontally and vertically with a fixed header at the same time.
Stars: ✭ 135 (-12.34%)
Mutual labels:  recyclerview
Simplerecyclerview
Android RecyclerView 简化使用: 下拉刷新, 加载更多, 加载中/空数据/错误页面, 固定Header, 分割线, 点击监听, Item 动画, 分组显示 Title. (Android RecyclerView easy-to-use: Pull-To-Refresh, load more, Loading/Empty/Error View, sticky headers, divider, click listener, item animation, group display.)
Stars: ✭ 134 (-12.99%)
Mutual labels:  recyclerview
Omegarecyclerview
Custom RecyclerView with additional functionality. Allow you add divider, itemSpace, emptyView, sticky header and some other features
Stars: ✭ 132 (-14.29%)
Mutual labels:  recyclerview
Expandablerecyclerview
ExpandableRecyclerView with smoothly animation.
Stars: ✭ 135 (-12.34%)
Mutual labels:  recyclerview
Easyrecyclerview
🎞 Easy recyclerview for Android
Stars: ✭ 131 (-14.94%)
Mutual labels:  recyclerview
Drag Select Recyclerview
👇 Easy Google Photos style multi-selection for RecyclerViews, powered by Kotlin and AndroidX.
Stars: ✭ 1,818 (+1080.52%)
Mutual labels:  recyclerview
Sectioned Recyclerview
Simple Android library that allows you to easily split your RecyclerView into expanding/collapsing sections with headers.
Stars: ✭ 129 (-16.23%)
Mutual labels:  recyclerview
Coinverse
Coinverse Open App is the first audiocast app for cryptocurrency news. 🚀
Stars: ✭ 133 (-13.64%)
Mutual labels:  recyclerview
Borealis
Hardware accelerated, controller and TV oriented UI library for PC and Nintendo Switch (libnx).
Stars: ✭ 135 (-12.34%)
Mutual labels:  tv
Iptv M3u Maker
IPTV 国内+国外 电视台直播源m3u文件, 收集&汇总&本地源脚本
Stars: ✭ 1,979 (+1185.06%)
Mutual labels:  tv
Streaming
r/freemediaheckyeah
Stars: ✭ 147 (-4.55%)
Mutual labels:  tv

###这是一个针对Android Tv Launcher页的recyclerView

####CustomTvRecyclerView 2.0 下面是效果图:

image

该版本添加和修复的以下功能: 1.添加了垂直的RecyclerView,并实现了可以控制横向recyclerView的效果
2.左右箭头点击后RecyclerView的条目不会获得焦点,解决了滑动冲突。
3.横向RecyclerView5.0以下版本之后条目放上之后会出现被压盖的情况,这里修复了该bug。
4.在RecyclerView内部不再提供类似于放大抬高z轴的操作,这里只提供了focus状态的接口,具体的逻辑在RecyclerView使用处提供回调。

对应的博客地址:http://www.jianshu.com/p/f02bce783434


####CustomTvRecyclerView 1.0 下面是效果图:

image

该自定义的RecyclerView实现了一下一些功能:
1.响应五向键,按下五向键的上下左右会跟着移动,并获得焦点,在获得焦点时会抬高
2.在鼠标hover在条目上时会获得焦点。
3.添加了条目的点击和长按事件。
4.添加了是否第一个可见条目和是否是最后一个可见条目的方法。
5.在item获得焦点时和失去焦点时,这里有相应的回调方法。
项目对应的博客地址:http://www.jianshu.com/p/566bd6188f4d

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