getelementbyid android studio code example
Example: java android development get element by id
findViewById(R.id.idName) // "idName" replaced with the id of the element you want
findViewById(R.id.idName) // "idName" replaced with the id of the element you want