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

c# - Move local mssql database to webhosted MYSQL -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

java - How to pass parameters between Request-Scoped Controllers? -