You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
To use TabWidget and TabHost, I need to pass the fragment class and a bundle instance. FragmentBuilder already contains all the nice methods to set the parameters on the bundle instance but it only allows the creation of the fragment with that bundle instance. It has no method to return it. Adding a getBundle() to the FragmentBuilder would be great!
Thanks!