Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 19, 2019 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/23e423eaa3282fc1535d42142e4e70ac to your computer and use it in GitHub Desktop.
Save parzibyte/23e423eaa3282fc1535d42142e4e70ac to your computer and use it in GitHub Desktop.
public class AgregarLugaresFragmento extends Fragment {
// Aquí la etiqueta:
private static final String ETIQUETA_LOG = "AgregarLugaresFragmento";
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
Log.d(ETIQUETA_LOG, "Aquí vamos de nuevo");
// Inflate the layout for this fragment
return inflater.inflate(R.layout.fragment_agregar_lugar_fragment_paso2, container, false);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment