Efficient Android Animation -
my requirement show slide-down animation of list of 'n' views n can max 25. there 2 ways can think of can done:
- take loop of 'n' , animate 'n' views separately.
- wrap 'n' views inside linear/relative layout , animate parent layout.
what think 2nd way should more efficient, i'm not able find strong logical reason can give preference of these methods on other.
Comments
Post a Comment