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();
Next step.
Exploration of Information, Communication and Technology
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();
Next step.