Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 安卓暂停图像_Android_Image_Slideshow - Fatal编程技术网

Android 安卓暂停图像

Android 安卓暂停图像,android,image,slideshow,Android,Image,Slideshow,大家好 我用它在屏幕上显示图像 ImageView myImageView = (ImageView)findViewById(R.id.imageview); myImageView.setImageBitmap(bitmap); 还有这个 <ImageView android:id="@+id/imageview" android:layout_gravity="center" android:layout_width="fill_parent" a

大家好 我用它在屏幕上显示图像

 ImageView myImageView = (ImageView)findViewById(R.id.imageview);
        myImageView.setImageBitmap(bitmap);
还有这个

<ImageView
  android:id="@+id/imageview"
  android:layout_gravity="center"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent"
  android:scaleType="center"
  />

我的问题是如何让它暂停几秒钟,然后切换到下一张图片 就像幻灯片

谢谢你

实施一个。下面是有关更新