Skip to content

SpaceTech

Exploration of Information, Communication and Technology

  • Home
  • Resx Builder
  • About
  • LinkedIn
  • Github

Android Convert Intent to Fragment

October 7, 2012June 2, 2021 Bjarne

To use Intent in a Fragment class you can convert it this way. For the fa object see the previous step.

Before

intent = getIntent();

to

fa = super.getActivity();
intent = fa.getIntent();

Previous step.

Next step.

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

About

Hey! Engineer here. 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. You’re welcome to connect and say hey on LinkedIn. Enjoy!


  • 11 Reason why you should upgrade to Windows 11
  • STADS selvbetjening result statistic graph is gone
  • Lily and Max’s Lunar Adventure: Chapter 9
  • Lily and Max’s Lunar Adventure: Chapter 8
  • Lily and Max’s Lunar Adventure: Chapter 7

Copyright ©SpaceTech

Clean Theme by WPVKP