Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

cannot find symbol final TextView textView = root.findViewById(R.id.text_home);

//Define a text view
TextView myTextView;

//findViewById function
myTextView = (TextView) findViewById(R.id.textView);
 
PREVIOUS NEXT
Tagged: #find #symbol #final #TextView #textView
ADD COMMENT
Topic
Name
4+8 =