79545561

Date: 2025-03-31 05:52:16
Score: 0.5
Natty:
Report link

You are getting Unresolved reference and it is because you are trying to access it from MainActivity class, but the TextView you are trying to access is in FirstFragment class.

Either declare the textView in you activity_main.xml or try to access it in the fragment class.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jayanta Sarkar