android pause an image -
hi im using display images screen
imageview myimageview = (imageview)findviewbyid(r.id.imageview); myimageview.setimagebitmap(bitmap); and
<imageview android:id="@+id/imageview" android:layout_gravity="center" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaletype="center" /> my question how can make pause couple of seconds switch next image slideshow ....
thank you
Comments
Post a Comment