Skip to content

MickJson/LittleVideo

Repository files navigation

LittleVideo

Android短视频滑动播放

项目采用了Androidx架构,主要介绍采用RecyclerView配合PagerSnapHelper实现短视频滑动播放内容。

短视频.gif

PagerSnapHelper可以帮助实现与以下类似的行为 ViewPager。 将RecyclerView和RecyclerView.Adapter的项目都设置为具 有android.view.ViewGroup.LayoutParams#MATCH_PARENT的高度和宽度,然后使用#attachToRecyclerView(RecyclerView)} 将PagerSnapHelper附加到RecyclerView。

详细内容请点击博客查看: Android短视频滑动播放(一) Android短视频滑动播放(二)

欢迎关注公众号:几圈年轮,查看更多有趣的技术、工具、闲言、资源。

About

Android短视频滑动播放

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages