Is it possible to inflate a class instead of layout using FragmentTab?

0

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.

    
asked by anonymous 03.07.2015 / 17:08

1 answer

0

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.

    
03.07.2015 / 17:40