I want a blink animation on a ImageView which is part of a ListView item. I.e. i have a simple LinearLayout with a ImageView on the left and a TextView on the right. Now have some of the Items a blinking ImageView and some not. I found this solution for a blink animation but i don't know if this solution is to much for the ui thread. My ListView can contains like 100 Items and for example 30 of them can have this blink animation.
Is there some best practice for ListView Items which contain animations? It would be really helpful if someone has a good idea or hint/note about this topic.