如何从主 .java 程序引用在 XML 中创建的对象?
我正在使用 Eclipse 创建一个 Android 应用程序。这是我使用 eclipse 或为 android 编写的第一个程序。我在 XML 中创建了几个对象(4 个按钮和一个文本视图)。当按下其中一个按钮时,程序应该在文本视图中显示随机结果。确定随机结果的代码没有问题,但我找不到如何引用对象以编辑文本视图或将按钮连接到我所做的功能。如何从主 .java 程序引用在 XML 中创建的对象?
I am creating an android app using Eclipse. This is my first program using either eclipse or writing for android. I have created several objects in my XML (4buttons and a text-View). The program is supposed to display a random result in the text-View when one of the buttons are pressed. There is no problems with the code to determine the random result, but I cannot find how to reference the objects so as to edit the text-View or connect the buttons to the functions I have made. How do i reference the objects created in the XML from the main .java program?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
例如:
如果你想获得一个视图,一个按钮例如:
For example:
If you want to get a view, a button for example: