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

implement handler. here more updating ui timer


Comments

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -