Hi am new to android development and have been watching The New Bostons Videos and have a question about the final modifier. Why when I type something like this
TextView display = (TextView) findViewById(R.id.tvResults);
display.setText("LEFT!!!");
in to my OnCreate class do I need to add the final modifier to display.