Somehow I have Drawable image from Drawable folder like as
Drawable thumb = mContext.getResources().getDrawable(R.drawable.image_name);
i try like this
String image_name =thumb.getCurrent().toString();
But my need image name that means image_name from thumb;
How it is possible?
Any suggestion, comment, consults; provide useful links are highly appreciate. Advance Thanks