Given the definition below. how would you get access a TextView with an ID of text_home contained in thr layout file of a Fragment class?

Advertisement

  • root.find(R.id.text_home)
  • findViewById(R.id.text_home)
  • root.getById(R.id.text_home)
  • root.findViewById(R.id.text_home)
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Leave a Comment


Share via
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.