I have simple Login page with some textview and edittex and i set static text to textview and hint to edittext from string.xml working fine.
But Now
i am recei
Just include android:id="@+id/textView1 in your XML to set ID of an element.
You can use findViewByName rather than findViewById and then continue with your code.
findViewByName
findViewById