Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

get drawable with string android java

Context context = imageView.getContext();
int id = context.getResources().getIdentifier("picture0001", "drawable", context.getPackageName());
imageView.setImageResource(id);
 
PREVIOUS NEXT
Tagged: #drawable #string #android #java
ADD COMMENT
Topic
Name
3+7 =