You can do `tv = findViewById(R.id.your_id)!!` if ...
# android
e
You can do
tv = findViewById(R.id.your_id)!!
if you can be sure it is there