(I am new to android programming) I've seen this piece of code which assigns a predefined button to variable b:
Button b = (Button) findViewById(R.id.button1);
It's all clear for me (to me?), but I just don't get one thing: what is that (Button)
?!