I made a dynamic form, so I have to inflate the class and not the layout, but I am in doubt if this is possible with TabFragment.
I made a dynamic form, so I have to inflate the class and not the layout, but I am in doubt if this is possible with TabFragment.
You can not inflate a class. And also can not by an activity inside a fragmentTab. What you can do is to in each tab a fragment and control of the class you use to inflate the layout of that fragment. A class that extends in fragment. In this class you can make everything as dynamic as you want.