Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我可以使用 传递单个变量android:tag="x"并使用view.getTag().
android:tag="x"
view.getTag()
我怎样才能传递和检索多个?
编辑:我试图做的是使用tag按钮中的属性将值传递给单击它时调用的方法。我想知道是否可以在一个Button元素中使用两个或多个标签。从那以后我发现我做错了(我是一个安卓菜鸟)。Button当我应该给它一个id时,我试图在xml中使用它来存储按钮特定的数据,然后在代码中使用id来区分按钮。
tag
Button
您可以声明全局变量并设置该变量的值,并且可以在按钮onClick(...)方法中使用
onClick(...)