I am using a fragment that contains one TextView and two NumberPicker to handle as a single reusable component (DATAPICKER). One number picker is for units and the other one is for decimals, and text view for title.
My activity contains instructions text, three fragments (DATAPICKER) and one button, and correctly displays the layout.
How to send parameters values to each fragment corresponding to its title and max/min values for internal number pickers?