I want to replace ImageView from PNG to GIF. I tried with this code:
ImageView kotek = (ImageView)findViewById(R.id.imageView4);
nYAn.setImageResource(R.drawable.kot);
But GIF isn't animate. What i should do? Sorry for my bad English :P