I am a new android dev. I want to use a same TextView in all activity. But, i don\'t know how to declare TextView as global Variable & How can i use thi
You can use this everywhere:
TextView textview = (TextView) findViewByID(Your ID); textview = (TextView) findViewByID(Your ID);