Is it possible to use or add a fragment without using a user interface?
Asked
7 years ago
Viewed
1104 times
Is it possible to use or add a fragment without using a user interface?
1 Answer
yes, it is possible to add fragment without a user interface. This can be done when the user wants to create a background behaviour for an activity. you can do this by simply using the method add(Fragment, string) from an activity.