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.
- Yes this can be achieved with a TableView - But that would be poor programming without a view recycler.
- My own custom implementation, based of a ListView/GridView - Not impossible but a lot of work.
- Ideally use the Google one which I am assuming is the same one for Google Now/Plus as they perform the same way based on the "Card" style items.
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?