• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. M

    Help with importing id names

    I am following a course where the instructor has import the GUI component id's without having to declare them. The original long version of declaring the id into variables is shown below. val btn_click_me = findViewById(R.id.button) as Button btn_click_me.setOnClickListener {...