Dynamic vs XML layout in Android?

后端 未结 7 604
不思量自难忘°
不思量自难忘° 2020-12-06 00:57

I\'m new to Android development and have started creating my own UI. I see that you can either create it dynamically something like this (Dynamic Layouts):

@         


        
7条回答
  •  佛祖请我去吃肉
    2020-12-06 01:30

    This is a quite late response but someone could find it helpful. I'm currently making a library that lets you use dynamic layouts declared on the server. You can find it here: https://github.com/jelic98/dynamico

提交回复
热议问题