2014-05-22 8 views
13

में एनीमेशन मैं डाउनलोड Progressbar के लिए AnimationDrawable साथ काम कर रहा हूँ मैं getview में एनीमेशन डाल रोक एक यह ठीक काम कर रहा है। लेकिन जब मैं सूची स्क्रॉल कर रहा हूँ एनीमेशन stoped किया गया है। वहाँ AnimationDrawable में किसी भी विधि इसे ठीक करने के लिए है। संवाद में setCancelable की तरह।न सूचीदृश्य

कृपया मेरी मदद करो ... धन्यवाद

ImageView anim = (ImageView) rootview.findViewById(R.id.imageView2); 
AnimationDrawable animation = (AnimationDrawable) anim.getDrawable(); 
animation.start(); 

स्क्रीनशॉट:

मैं ViewHolder मेरी ArrayAdapter वर्ग im का उपयोग करना होगा:

enter image description here

उत्तर

8

मैं इस सवाल का जवाब मिल गया।

आप सभी को धन्यवाद।

संबंधित मुद्दे