Hello, I need help to dynamically change an image
Follow my code:
st = (ImageView) findViewById(R.id.imageView4);
int RID = this.getApplicationContext().getResources().getIdentifier(Bundle_img, "drawable", getPackageName());
st.setImageResource(RID );
The above code is not replacing the previous image.