Why is XML used for the creation of UI layouts in Android?

前端 未结 6 589
花落未央
花落未央 2020-12-02 17:35

I would like to know why we use XML for the creating user interface layouts in Android. I know that it decouples the business logic from the design but what

6条回答
  •  死守一世寂寞
    2020-12-02 17:55

    Same as why is silverlight with xml the answer is simple xml give power by integration and scalability. R.java is for indexing having things organized is never bad. Sorry my english

提交回复
热议问题