I am developing an application, which is mainly image based application. In my application I am taking the images from server and showing in Rounded image view which is customize. To download and show images i am using Picasso.
Now the need of application is:
I want to get the primary or darker color code (In Hex format) of images in variables, which are in custom image view and applied using Picasso.
I had gone through the blog Written By JAKE WHARTON and from Link. But i am not able to get the hex code.
Please suggest me what should i do with your valuable suggestions.