Skip to content

SpaceTech

Exploration of Information, Communication and Technology

  • Home
  • Blog
  • Projects
    • Resx Builder
  • About
  • LinkedIn
  • Github

Android Access Element In Fragment

October 11, 2012June 2, 2021 Bjarne

When you convert an Activity to Fragment there is another way for you to access your element e.g. a Textview.

Before

TextView myTextView = (TextView) findViewById(R.id.myTextView);

to

TextView myTextView = (TextView) ll.findViewById(R.id.myTextView);

Previous step.

Next step.

Posted in TechnologyTagged activity, Android, fragment, Tips and Tricks

About

Hey! I'm an engineer from Denmark. This is my engineering diary. I enjoy creating things, whether that be websites, plugins, mobile apps. I'm currently playing around in an engineering department where I work on a wide variety of interesting and meaningful projects on a daily basis.


  • Key Takeaways Chapter 3: Working with the Xtend Programming Language of Implementing Domain-Specific Languages with Xtext and Xtend – Second Edition
  • Key Takeaways Chapter 2 of Implementing Domain-Specific Languages with Xtext and Xtend – Second Edition
  • Key Takeaways Chapter 1 of Implementing Domain-Specific Languages with Xtext and Xtend – Second Edition
  • Xtext The rule ‘Primary’ may be consumed without object instantiation
  • VS Code disable blame text and you change x ago

Copyright ©SpaceTech

Clean Theme by WPVKP