Is it possible to use or add a fragment without using a user interface?
1 Answer
0
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.
Write Your Answer
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.