Java trouver la vue par id

// The Optional is a field not obrigatory, but if you want to put the type of the variable Ex: Button, TextView, ImageButton, RecyclerView
// O Opcional é um campo não obrigatório, mas se quiser pode por o tipo da variável Ex: Button, TextView, ImageButton, RecyclerView
ItemInTheCode = (Optional/Opcional) findViewById(R.id.ItemInTheActivity);
PHANTOM