0 votes
in Android by
Is it possible to use or add a fragment without using a user interface?

1 Answer

0 votes
by
Yes, it is possible to do that, such as when you want to create background behaviour for a particular activity. You can do this by using add (Fragment, string) method to add a fragment from the activity.

Related questions

0 votes
asked Jan 30, 2023 in Grafana by SakshiSharma
0 votes
asked Jul 29, 2023 in JavaScript by DavidAnderson
...