如何使用Kotlin在Android中动态添加按钮?
我是Kotlin的新手,请帮忙.
您可以通过调用按钮的构造函数动态创建按钮.
var myButton = Button(this);
'这'将是活动.