Hi, may I know is it possible I use the resource id but I didnt set the Content View in the activity?
for example: abc.xml have one TextView id = "R.id.Text". Can I use the use TextView name = (TextView)findViewById(R.id.Text);
method in the activity which was setContentView(R.layout.def);
?
P/S: sorry about my bad english, hope you guys understand what I'm talking about.
Thanks