This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Description
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!