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:

  1. take loop of 'n' , animate 'n' views separately.
  2. 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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -