tidak dapat menemukan simbol TextView TextView = root.FindViewById (r.id.text_home);

//Define a text view
TextView myTextView;

//findViewById function
myTextView = (TextView) findViewById(R.id.textView);
Pleasant Puma