问题标签 [androidimageslider]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - setOnClickListener 不适用于 Kotlin 中的图像滑块
我一直在尝试设置一个点击监听器,com.denzcoskun.imageslider.ImageSlider
但它不起作用。图像滑块完美运行,它显示幻灯片。唯一的问题是它没有被点击。
遵循图像滑块的 XML 代码。
以下是 Kotlin 代码。这是在我的 onCreate() 方法中。它不显示吐司消息。错误在哪里?
android-recyclerview - 如何在 android studio 的 recyclerview 中创建作为 Youtube 社区帖子
我想创建 recyclerview 帖子
- 滑块图像
- 轮询
- gif播放器
多次尝试但未实施
android - 尝试从 Firestore 获取值并显示图像滑块时出现 IndexOutOfBoundsException:索引:1,大小:1 错误
我正在尝试从我的 Firestore 数据库中获取图像 URL 以创建远程图像列表 (SlideModel) 并将它们显示在图像滑块中。我收到以下错误,应用程序崩溃。我不知道我做错了什么。
错误
以下是我必须从 Firestore 获取数据的代码。
以下是我尝试在幻灯片中显示图像的方式。