android - Check two drawable images -



android - Check two drawable images -

all

i have created frame animation using animation drawable. have 25 images in animation. have compare image current frame in animation 1 stored in res/drawable folder.

how compare 2 drawables?? == , .equals methods wont work drawables.

please give me reply possible.

you can provide id drawable image using "imageview.setid" , seek compare given id of images using "imageview.getid"(use int id)

android

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -