Relative Layout v/s Grid Layout for Android -
so i'm developing android application , need create homepage similar windows 8 start screen.
i tried grid layout , have read, there limitations type of layout.
the tile size each item should such can changed per content of blocks. case relative layout better grid one? don't want put scrolling functionality. intend tiles able expand/collapse , automatically configure sizes. , there function make tiles "live" somehow? maybe show text or images, etc.
and in terms of flexibility, 1 more versatile?
my opinion use gridlayout.because grid layout simple make text , image view similar windows 8 start screen.for relativelayout have put effort more grid.and gridlayout make widget u want live.more clarification can refer page.
Comments
Post a Comment