I’m trying to create a drawable from an ImageView
I know that we can do that with getressources :
Drawable drawable = getResources().getDrawable(imageview.getId());
But my imageview is created programmatically, I can not get the ID even with the getID() method.
if you can access to the
ImageViewyou cam simply callgetDrawable()to get its drawable