- material.io The Color System
- material.io Applying Color to UI
- material.io Color Tool
- material.io Buttons
- medium.co Android: Working with themes and styles
- developer.android.com Estilos y temas
- developer.android.com Iconos adaptativos
- github.com/futurice Buenas prácticas en el desarrollo de Android
- developer.android.com Compatibilidad con diferentes pantallas prestar atención a Prácticas recomendadas
- javapractices.com Package by feature, not layer ¿ordenar un proyecto por capas o por funcionalidades?
- proandroiddev.com Firebase Android Series: Learning Firebase from zero to hero revisar si vale la pena
- jackrutorial.com Build an Android Application for User Login using Restful Web Services with Retrofit 2 Android Tutorial
- stackoverflow.com Why is AppTheme.NoActionBar not working?
- es.stackoverflow.com Enviar datos entre activities
- geekytheory.com Tutorial Android - 10. Paso de parámetros entre Activities
- stackoverflow.com Android Material Design Button Styles
- developer.android.com Buttons
- stackoverflow.com How to make a background of a button transparent with visible border in Android?
- medium.com Exploring the Android Design Support Library: Bottom Navigation View
- simplifiedcoding.net Bottom Navigation Android Example using Fragments
- stackoverflow.com How to add Action bar options menu in Android Fragments para ajustarlo como boton falta agregar *app:showAsAction="always"
- stackoverflow.com How to create button in Action bar in android
- developer.android.com Controles de números
- stackoverflow.com How to set selected item of Spinner by value, not by position?
- codestart.info Android SQLite tutorial with Recyclerview. (CRUD) El ejemplo esta sobre una activity directamente y al hacer 'click' sobre la tarjeta abre un AlertDialog, algunas adaptaciones en los otros links de esta sección
- medium.com Android FRAGMENT USE RecyclerView + CardView
- developer.android.com Create a List with RecyclerView
- stackoverflow.com How can I set OnClickListener to two buttons in RecyclerView? No emplee la mejor opcion. Esto se debe mejorar