开发者

How to retrive Image data from Image view in android

开发者 https://www.devze.com 2023-04-10 09:32 出处:网络
I have two Image view I have to compare them. I don\'t know on which format I have to take them.I want to retrieve Image 开发者_Go百科Data.Here you are :)

I have two Image view I have to compare them. I don't know on which format I have to take them.I want to retrieve Image 开发者_Go百科Data.


Here you are :)

imageView.getDrawable();

Then just compare two Drawables from both :)


(not sure but) i think first you need to store in drawable data type and and convert it in to Blob or String then you can compare

0

精彩评论

暂无评论...
验证码 换一张
取 消