So like most we have all used/seen the Google Plus App.
What interests me is the ColumnGridView they have developed, which not only does variable width, but variable height, seems that based on content will happily show the best space for the CardView.
Few possible solutions to replicate this, but only really looking for the best one which is of course the google implementation.
So has anyone come across this?
Any tutorials, examples, source I can use start with to save me some head way?
Maybe even some direction from the Google guys at how it is calculating the sizing?
StaggeredGridView
currently exist in the frameworks/ex/widgets/
folder of AOSP which appears to be what Google+ is using (or a variant of it, likely).
It was going to be in the latest support library release (r11) until it was reverted by Katherine Kuan in b54e36f2
and moved to the experimental repo.