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
You can use findViewByName rather than findViewById and then continue with your code.
findViewByName
findViewById