Hello,

I started to create my first android application, All is almost done, but on last screen I have a big problem, which I do not know how to solve.
So - I have layout file which contains to parts - header and footer.
Header is static and footer is dynamic.
And dynamic part I want to fill with widgets(textview , imageButton ).
The problem is that I do not know rows and element count in row. So I need to achieve that every new widget is added horizontally and when there are no space left in the row , then widget is added in new row.

best regards.
ronnixw