I needed to inflate a form on a tab, I always do the form in xml, but this time I did via code, does anyone know how I display my class instead of xml in a FragmentTab
?
Code to inflate xml to View
:
if(this.getTag() == "formulario3"){
return inflater.inflate(R.layout.formulario3, container, false);
}