We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
// set Artist image String name = artist.getTitle().replaceAll(" ", "_").toLowerCase(); Drawable drawable = context.getDrawable(context.getResources().getIdentifier(name, context.getString(R.string.def_type), context.getPackageName())); holder.imageView.setImageDrawable(drawable);
There was an error while loading. Please reload this page.