cannot find symbol final TextView textView = root.findViewById(R.id.text_home); code example
Example: 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);