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

0

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);
Posted by: Guest on October-13-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language