All Projects → FrozenFreeFall → Android Tv Widget

FrozenFreeFall / Android Tv Widget

Licence: apache-2.0
Android tv,盒子,投影仪 控件

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Tv Widget

Tvrecyclerview
A custom RecyclerView for Android TV end
Stars: ✭ 320 (-40.3%)
Mutual labels:  android-tv, recyclerview
Suspensionbar
A RecyclerView suspension bar implementation like Instagram
Stars: ✭ 494 (-7.84%)
Mutual labels:  recyclerview
Brvah kotlin
This is kotlin BRVAH Demo
Stars: ✭ 402 (-25%)
Mutual labels:  recyclerview
Tvrecyclerview
TvRecyclerView--针对TV端特性进行的适配与开发
Stars: ✭ 453 (-15.49%)
Mutual labels:  recyclerview
Scrollingpagerindicator
Pager indicator inspired by Instagram. Lightweight and easy to set up.
Stars: ✭ 419 (-21.83%)
Mutual labels:  recyclerview
Nestedrecyclerview
🔥Copied the homepage of taobao and jd.com, and realized the TAB ceiling effect through two-layer nesting RecyclerView .
Stars: ✭ 479 (-10.63%)
Mutual labels:  recyclerview
Delegationadapter
一种优雅的方式来使用RecyclerView
Stars: ✭ 382 (-28.73%)
Mutual labels:  recyclerview
Easyrecyclerviewsidebar
🔍 Easy sidebar for Android RecyclerView (。>﹏<。)
Stars: ✭ 509 (-5.04%)
Mutual labels:  recyclerview
Yasha
Kotlin-based modern RecyclerView rendering weapon
Stars: ✭ 494 (-7.84%)
Mutual labels:  recyclerview
Androidwithkotlin
🚀 These are android sample projects which are written in Kotlin. It covers video streaming, mp3 player, sqlite, location services, custom camera, o-notifications, simple compass etc.
Stars: ✭ 447 (-16.6%)
Mutual labels:  recyclerview
Recycler Fast Scroll
Provides fast scroll and section idexer for recycler view
Stars: ✭ 445 (-16.98%)
Mutual labels:  recyclerview
Recyclerview Gallery
Recyclerview-Gallery:This library shows you a gallery using RecyclerView.
Stars: ✭ 420 (-21.64%)
Mutual labels:  recyclerview
Indicatordialog
a dialog with arrow indicator in the location where you want
Stars: ✭ 485 (-9.51%)
Mutual labels:  recyclerview
Recyclerviewtemplate
One Template which solves all frequently used RecyclerViews Code Snippets
Stars: ✭ 404 (-24.63%)
Mutual labels:  recyclerview
Coder
Android Material Design 风格控件的学习及遇到的问题;Tablayout | 横向布局标签,TextInputLayout | 文字输入布局 ,FloatingActionButton | 悬浮按钮, CoordinatorLayout APPBarLayout CollapsingTabLayout实现折叠头布局,BottomSheetDialog | 底部对话框,Touch Feedback| 触摸反馈,Reveal Effect| 揭示效果,Curved motion | 曲线运动,Animated Vector Drawables | 矢量图片动画
Stars: ✭ 502 (-6.34%)
Mutual labels:  recyclerview
Popupbubble
🅿️ Easily add and customise "New Post" popup button with the feeds (RecyclerView) of your app.
Stars: ✭ 385 (-28.17%)
Mutual labels:  recyclerview
Alphabetindex Fast Scroll Recyclerview
A Powerful AlphabetIndex FastScroller Library for Android's RecyclerView!
Stars: ✭ 444 (-17.16%)
Mutual labels:  recyclerview
Dragdropswiperecyclerview
Kotlin Android library that extends RecyclerView to support gestures like drag & drop and swipe, among others. It works with vertical, horizontal and grid lists.
Stars: ✭ 469 (-12.5%)
Mutual labels:  recyclerview
Gravitysnaphelper
A SnapHelper that snaps a RecyclerView to an edge.
Stars: ✭ 4,822 (+799.63%)
Mutual labels:  recyclerview
Androidribbon
🎀 The simple way to implement a beautiful ribbon with the shimmering on Android.
Stars: ✭ 502 (-6.34%)
Mutual labels:  recyclerview

git 上的项目暂时已经不更新.  关注这里:https://git.oschina.net/kumei/AndroidTVWidget

 欢迎加入TV开源社区,我们一起完善:https://gitee.com/kumei

收录了一些常用的TV库:https://gitee.com/kumei/Android_tv_libs

一些 tv开发经验小总结,https://gitee.com/kumei/AndroidTVWidget/wikis/Home

Android TV 开发框架

官方论坛:http://www.androidtvdev.com/

QQ群1:522186932 QQ群2:468357191

极米科技有限公司招聘各种技术岗位,后台,应用,系统,还有硬件等等. 
想投简历的小伙伴发给我,我直接内推,欢迎各位加入极米这个大家庭;
以下面的格式,发到我的邮箱([email protected])
姓名,手机,邮箱
推荐理由
简历
------------
ISSUES有详细的职位列表

运行DEMO

Leanback 框架(类似谷歌的Leanback,更简直,更方便): 输入图片说明

键盘框架:

输入图片说明 输入图片说明

菜单框架:

整体目录结构

输入图片说明

输入图片说明

*AndroidTvWidet 目录是TV开发框架的 库文件.

*demo 目录是 例子.

*doc 目录是存放文档的.

*Tool 目录 是 屏幕像素转换工具.

AndroidTVwidget库目录结构

框架目录结构

com.open.androidtvwidget.adapter : 标题栏的adapter基类.

com.open......bridge : MainUpView的依赖类,比如移动的动画都在这里实现的

com.open.....cache: 缓存

com.open....keyboard: 键盘

com.open....menu : 菜单

com.open.android...recycle : recyclerview 的支持(gridview)

com.open.android...utils:一些常用函数封装

com.open...android..view:一些TV改造的控件.(下面我们将接受这里面的控件使用方法)

API文档:

https://git.oschina.net/hailongqiu/AndroidTVWidget/attach_files

使用说明:

https://git.oschina.net/hailongqiu/AndroidTVWidget/wikis/AndroidTVWidget-use-manual

键盘使用说明:

https://git.oschina.net/hailongqiu/AndroidTVWidget/wikis/Android-TV-%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8%E9%94%AE%E7%9B%98%E6%8E%A7%E4%BB%B6%28SkbContainer%29

项目导入说明:

https://git.oschina.net/hailongqiu/AndroidTVWidget/wikis/AndroidTVWidget-use-manual%28Android-Studio%29

https://git.oschina.net/hailongqiu/AndroidTVWidget/wikis/AndroidTVWidget-use-manual%28Eclipse%E5%AF%BC%E5%85%A5%29

欢迎进入 TV开发,希望大家不断的分享代码,一起进步,谢谢. (hailongqiu [email protected]

欢迎加入QQ群,一起学习,一起进步,这里有很多TV方面的高手噢。

输入图片说明

天天加班加点,欢迎支持(用于网站论坛维护)

天天加班加点,欢迎支持输入图片说明

##Tab 测试DEMO图片.

输入图片说明

输入图片说明

GridViewTV

输入图片说明

[ViewPager-DEMO]

输入图片说明

[键盘-DEMO]

输入图片说明

输入图片说明

后期加入

网络加载布局

感谢开源[参考代码]

XiaoMi android_tv_metro

BorderViewDemo

感谢支持

在这里插入图片描述

版本更新

v1.4.0

*添加recyclerview的支持

*修复gridviewTv 更新数据崩溃

*修改GridViewTV demo

*修复键盘DEMO 崩溃

*倒影控件添加间距接口

*整理移动动画的函数

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