Skip to content

Instantly share code, notes, and snippets.

@intelguasoft
Created June 10, 2020 04:56
Show Gist options
  • Save intelguasoft/2b33283eb225d6ef661c8674f7eead66 to your computer and use it in GitHub Desktop.
Save intelguasoft/2b33283eb225d6ef661c8674f7eead66 to your computer and use it in GitHub Desktop.
Apuntes para trabajar comodamente con desarrollo android 2020

Listado de trozos de código (Java/Android)

  1. Si necesita hacer uso de un string de las traducciones automaticamente se hace de la siguiente forma:
btnRequestPickup.setText(getApplicationContext().getResources().getString(R.string.call_driver));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment