I have an imageView that I want to display a little icon of the country that you are currently in. I can get the country code, but problem is I can\'t dynamically change the
you use that code
ImageView[] ivCard = new ImageView[1]; @override protected void onCreate(Bundle savedInstanceState) ivCard[0]=(ImageView)findViewById(R.id.imageView1);