Cuando desarrollamos aplicaciones móviles, nos topamos a menudo con el reto de gestionar datos sensibles que no pueden quedar expuestos. En Android, es fundamental que la información almacenada ...
There are various situations such as when the screen orientation is rotated where the Activity can actually be destroyed and removed from memory and then re-created from scratch again. In these ...
Android 5.0 (Lollipop, API 21) introduced a widget called CardView which essentially can be thought of as a FrameLayout with rounded corners and shadow based on its elevation. Note that a CardView ...