Accessibility ID code example
Example: java android development find 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