问题标签 [imageswitcher]
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.
java - 如何使用 ImageSwitcher、Android Eclipse 显示多张图片?
我正在尝试使应用程序显示包含在项目的可绘制文件中的 5 张图片,我需要当用户第一次点击“下一步”按钮时显示第一张图片,当他点击第二次显示第二张图片时,依此类推. 但是当他点击“后退”按钮时,上一张图片会显示出来,例如用户点击 4 次“下一张”按钮,然后当他点击“后退”按钮时,它会显示第三张图片,依此类推。
JAVA代码:
XML 代码:
java - Android ImageSwitcher 图像到另一个活动
我正在做 ImageSwitcher,它工作得很完美,试图将 ImageSwitcher Image 发送到另一个活动。ImageSwitcher 工作完美,但是在单击按钮进入下一个活动后,错误:Views.java 中的(imageview)中的空指针异常
MainEvent.java
视图.java
我不知道如何将图像从图像切换器传递到下一个活动..请帮帮我..
html - 响应式 HTML 电子邮件的图像开关
我正在努力让我的标题图像根据查看的设备无缝切换/替换。
以前我使用代码来调整大小,使用和最大宽度、最小宽度等...
我希望根据移动设备(最大 400 像素)或桌面设备(最小 480)在 2 个图像之间交换
桌面标题:...phl-headline2.jpg
移动标题(待交换):...phl-headline-320-2.jpg
这是我正在使用的代码...
希望有人对为什么我目前没有工作有一些见解或答案。
谢谢!
第一次发帖
android - 如何在 ImageSwitcher 中使用 Glide 加载图像
为了创建图像幻灯片,我想使用带有计时器的图像切换器。我读了这篇博文,很清楚,但它没有从网络加载图像。现在我想使用 Glide Library 从网络加载图像。
这是 MainActivity :
我尝试使用 glide 加载图像,但我不知道该怎么做。
android - TextSwitcher 和 ImageSwitcher 的链接动画
我有一个 android studio 项目,其中包含一个 TextSwitcher 和一个 ImageSwitcher 对象,它们已经设置并完美地工作(同时)。问题是,我希望首先执行 TextSwitcher 的动画,然后是 ImageSwitcher 的动画(在 TextSwitcher 动画结束之后)。我尝试将 AnimationListener 添加到 TextSwitcher 并在 AnimationListener 的“onAnimationEnd”方法中更改 ImageSwitcher 的图像,但它不起作用。
有没有人有任何想法?任何帮助将不胜感激!
编辑:设法让动画侦听器工作,这是代码片段:
有没有更短的方法来链接对象动画?
android - ImageSwitcher 图像不会显示 onCreate()
我不知道为什么ImageSwitcher
在 Activity 首次加载时我不会显示图像。我已经在onCreate
方法中设置了图像资源,但是在我开始动画之前,图像似乎是不可见的。动画应该滑出一个图像,然后滑入第二个图像。当我单击按钮开始动画时,我可以看到原始图像从它应该在的位置滑出,但我在开始时看不到它。我试过在里面ViewFactory
和外面设置图像,但它似乎不起作用
这是我的imageSwitcher
代码:
这是 Activity 的布局:
android - 如何在android中从imageSwitcher共享图像
如何编码以共享画廊中视图(在 imageSwitcher 中)的当前图像。我有一个应用程序,该应用程序在图库中有多个图像,然后将其加载到 imageSwitcher 中。所以现在我想分享当前正在查看和发送的图像,使用“分享意图”打开“分享选项”窗口。
这是我的代码:TextView drawableId;TextView stringCopy;
这是我的错误:
E / BitmapFactory:无法解码流:java.io.FileNotFoundException:R.drawable.pg1:打开失败:ENOENT(没有这样的文件或目录)D / AndroidRuntime:关闭VM E / AndroidRuntime:致命异常:主进程:com .example.mt_br.floatingactionbutton, PID: 13647 java.lang.NullPointerException: 尝试调用虚拟方法'boolean android.graphics.Bitmap.compress(android.graphics.Bitmap$CompressFormat, int, java.io.OutputStream)' com.example.mt_br.floatingactionbutton.MainActivity$2.postPicture(MainActivity.java:112) 处的空对象引用 com.example.mt_br.floatingactionbutton.MainActivity$2.onClick(MainActivity.java:101)
android - Android shared element transition produces image flicker with imageswitcher
Activity A has a small ImageSwitcher that shows a stream with images and information about the current image.
When pressing the current image activity B opens with the image in fullscreen. You can continue to watch the image stream here.
Pressing the image here finishes this activity and goes back to A.
There is a image transition from A to B where the smaller image becomes bigger to fit the image in B.
When going back to A from B the image becomes smaller to fit in A.
The transitions works smoothly with just using
But if the image shown in activity B has changed to the next in the stream, then when going back to activity A the animation ends with a brief flicker of the previous image.
I have tried with delaying the transition with
I have also tried to put the startPostponedEnterTransition
call in the post method of imageSwitcher, but the flickering persists.
So for some reason it seems like the imageSwitcher has not changed image yet, but I have no idea how to resolve this.
android - Android ImageSwitcher - 切换图像时的OutOfMemory(非常小)
在 ImageSwitcher 中切换图像时,我遇到了一些 OutOfMemory 崩溃,这种情况非常罕见,但有时会发生(对我来说从来没有,否则我可以调试它哈哈)。
我只有 5 张图片 (PNG),每张图片的大小都在 10-60kb 之间,所以说实话我很惊讶。这是代码:
难道我做错了什么?
堆栈跟踪:
android - 无法在 viewpager pageadapter 中调用 instantiateitems 方法
尝试在 Android 活动中制作图像滑块时,我无法调用 instanceitem 方法。没有显示任何错误,但图像不可见,这是适配器代码: