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
Post a Comment