Hello,
Next one question from me
So , I have layout xml and there are two panes - one static , one dynamic.
Static part I want one vs one from xml layout file( static texts , images ).
Dynamic part I want to fill from code with unknown amount of textViews and ImageButtons and maybe some other widgets.
how can I achieve that?
I tried to get LinearLayot from xml and add some widgets but this method fails..
best regards,
ronnixw
Next one question from me

So , I have layout xml and there are two panes - one static , one dynamic.
Static part I want one vs one from xml layout file( static texts , images ).
Dynamic part I want to fill from code with unknown amount of textViews and ImageButtons and maybe some other widgets.
how can I achieve that?
I tried to get LinearLayot from xml and add some widgets but this method fails..

best regards,
ronnixw
)