// newInstance constructor for creating fragment with arguments public static PerfilFragment newInstance() { PerfilFragment fragmentPerfil = new PerfilFragment(); Bundle args = new Bundle(); fragmentPerfil.setArguments(args); return fragmentPerfil; }