屏幕上仅显示一项的 RecyclerView

RecyclerView with only one item displayed on screen(屏幕上仅显示一项的 RecyclerView)
本文介绍了屏幕上仅显示一项的 RecyclerView的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有 RecyclerView 和项目 ImageView.我想让 RecyclerView 在更改时一次只显示一个项目,像 ViewPager 一样拖动到边缘.有谁知道如何做到这一点?

I have RecyclerView with items ImageView. I want to make RecyclerView to display only one item at time, dragging to edge like ViewPager, when changing. Anyone knows how to achieve this?

我正在使用来自此来源的代码:

I'm using code from this source:

Android 简单 RecyclerView 小部件示例

唯一不同的是我没有TextView,只有ImageView.

Only one difference is that I don't have TextView, only ImageView.

推荐答案

据我所知,您需要一个垂直的 ViewPager.我正在使用 castorflex/VerticalViewPager 库,用于为我的一个项目实现这一目标.它就像 ViewPager 一样工作,我可以看到没有代码更改它只是支持库中可用的 v19 ViewPager 的复制粘贴,他将所有左/右更改为上/下,将 X 更改为 Y.

As from I see you need a vertical ViewPager. I'm using castorflex/VerticalViewPager library for achieving that for one of my projects. It works just like a ViewPager, no code changes as I can see It's just a copy paste from the v19 ViewPager available in the support lib, where he changed all the left/right into top/bottom and X into Y.

这篇关于屏幕上仅显示一项的 RecyclerView的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)