Adding Activity Properties
Using findViewById()
is the simplest way to reference UI elements from code, but you can also rely on newer approaches such as Android ViewBinding, or Kotlin Android Extensions.
This course was originally created in 2019. The content and student materials were reviewed and updated in October 2020.
Learn about properties and how to add them to an activity.
Comments