よろしくお願いします。画像がありますので、10歳以上のときに見せたいのですが、表示されません。
ImageView immagine;
immagine = (ImageView) findViewById(R.id.nello);
immagine.setVisibility(View.INVISIBLE);
...
contatore++;
display.setText("Il totale è: "+ contatore);
if (contatore >10)
{
immagine.setVisibility(View.VISIBLE);
}`