I’d like to make a layout similar to the one used in the current version of Google Plus:

I don’t know which layout I must use because :
– I can’t use a GridView because it doesn’t support spanning row.
– I can’t use a GridLayout nor LinearLayout because the number of elements to show is dynamic
– I can’t use a ScrollView because I want an AdapterView to re-use child elements
– I can use a ListView with two differents cells types but I can’t use the built-in OnItemClickListener.
Do you have better ideas than me?
Thank you very much 🙂
this post suggested that it uses StaggeredGridView . I personally haven’t tried it.