简体   繁体   English

Android ImageView显示图像列表

[英]Android ImageView to display list of images

On my iPhone app I use a UIImageView to which I set an array of images. 在我的iPhone应用程序上,我使用UIImageView来设置图像数组。 The imageView starts with the images "animating" (the view displays each image for a period of time and then shows the next one, etc). imageView从图像“动画”开始(该视图在一段时间内显示每个图像,然后显示下一个图像,依此类推)。 Is there any way to do this in android ImageView? 有什么办法可以在Android ImageView中做到这一点吗?

您可以使用Timer并安排TimerTask来重复执行固定延迟。

schedule(TimerTask task, long delay, long period)

Hi were needed to do it exactly the same ListView and i found an amazing library... 嗨,我需要做完全相同的ListView ,我发现了一个很棒的库...

Called AQuery, you can check here 称为AQuery,您可以在此处查看

go to the Delayed Image Loading 转到延迟图像加载

Most of all enjoy this library it's amazing. 大多数人都喜欢这个图书馆,这真是太神奇了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在不使用ListView的情况下使用图像列表显示在ImageView android中? - How to use list of images to display in ImageView android without using ListView? 如何在Android的ImageView上显示网站上的图像? - How to display images from a website on ImageView on Android? Android-使用ImageView显示一系列图像 - Android - display series of images using ImageView Android WebView与ImageView性能来显示图像 - Android webview vs. imageview performance to display images 如果我在android中单击水平图像,如何在ImageView中显示相同的图像 - How to display same image in ImageView if I click on the horizontal images in android android从json数据在ImageView上显示图像(不同的屏幕分辨率) - android display images (different screen resolutions) on ImageView from json data 动态生成的imageview不显示在Android中使用Picasso加载的图像 - Dynamically generated imageview does not display images loaded using Picasso in android 如何在android中从json数据在ImageView上显示图像 - How to display images on ImageView from json data in android 图像 uri 在某些 android 设备上的 ImageView 上不显示图像 - Image uri doesn't display images on ImageView on some android device 在Android中使用imageview显示自己的动态图像的最佳做法 - Best practices to display own dynamic images using imageview in Android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM