• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps custom + dynamic layout

ronnixw

Newbie
Hello,

Next one question from me :D
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
 
Hi ,

Solution found , cleaned project and all works now. :))
But have another problem - i need several widgets in several rows - dont know how much widgets/rows.
If there are no place for new widget then widget need to be added in new row.

can anyone give some solution?

best regards,
ronnixw
 
Back
Top Bottom