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