Creating an XML for Dynamically created Elements

后端 未结 1 588
时光取名叫无心
时光取名叫无心 2020-12-11 11:37

I want XML for the TextViews and EditTexts created dynamically. Some blogs suggest that there are some Third Party Libraries<

相关标签:
1条回答
  • 2020-12-11 12:02

    XMLSerializer provided by android itself is enough to make dynamic XMLs.

    0 讨论(0)
提交回复
热议问题