Recientemente he practicado con este lenguaje de programación diseños sencillos en pantallas y por el momento he logrado cosas básicas.
Para diseñar pantallas visualmente muy atractivas requiere de mucho trabajo y conocer más a fondo cómo funciona.
I've recently been practicing simple screen designs with this programming language and have achieved basic results so far. Designing visually compelling screens requires a lot of work and a deeper understanding of how it works.

In this case, I'm going to show you how to navigate between two screens by creating a simple context. I learned everything I'm about to show you thanks to an online tutorial, and as simple as it looks, it took a while to understand how it works.

The method responsible for navigating between this screen is called intent, which refers to a context of a class and allows you to navigate to another that contains an activity.
