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
I found this useful compatibility library for GridLayout: https://github.com/dlew/android-gridlayout and it supports Android version 1.5+