Search code examples
androidlayoutgoogle-playlistadapter

How to create layout like android market app? Should I use tableLayout, GridView, or create custom one?


What's the best way to create android market like layout? I was thinking to use tableLayout, but then I need to handle rotation and re-layout. Or another option was to use GridView, but I cannot span more than one cell.

Can anyone point me to any good resource please? thank you


Solution

  • I found this useful compatibility library for GridLayout: https://github.com/dlew/android-gridlayout and it supports Android version 1.5+