Are XML layouts editable through java classes?
I'm trying to mess around with the Android 1.5 SDK in Eclipse.
I'm working with the TableLayout Tutorial...
So far...I've designed my own TableLayout with 2 TableRows...all set up in my layout/main.xml file.
I've used my java class to create a TextView object...which works fine...
And I want to try and get it to display in one of the TableRows I've created in my XML file.
How would you go about doing that? x.x
I hope that makes sense....
If you want my code...I'll send it over to you...
Thanks....
I'm trying to mess around with the Android 1.5 SDK in Eclipse.
I'm working with the TableLayout Tutorial...
So far...I've designed my own TableLayout with 2 TableRows...all set up in my layout/main.xml file.
I've used my java class to create a TextView object...which works fine...
And I want to try and get it to display in one of the TableRows I've created in my XML file.
How would you go about doing that? x.x
I hope that makes sense....
If you want my code...I'll send it over to you...
Thanks....