When you visually create a layout with an EditText view, load it into the activity - I notice you cannot reference it directly:
EditText1.text
... simply doesn't show up as being available.
How do you "link" the layout views proper to your activity code?
Most of the demos I've seen appear to revolve around creating views programmatically, not accessing the from a layout created by the designer.
Thanks
EditText1.text
... simply doesn't show up as being available.
How do you "link" the layout views proper to your activity code?
Most of the demos I've seen appear to revolve around creating views programmatically, not accessing the from a layout created by the designer.
Thanks