Rutas de Aprendizaje Libros Cursos Categorías Anuncios

The Card widget in Flutter

20-11-2025 - Andrés Cruz

The Card widget in Flutter

Flutter Master the Card widget in Flutter with this comprehensive guide. Learn how to create cards, customize properties like elevation and rounded corners, and organize content with Column and ListTile. Includes code examples, best practices, and the new Material 3 variants.


Button widgets in Flutter

17-11-2025 - Andrés Cruz

Button widgets in Flutter

Flutter We're going to talk about buttons in Flutter, Material Design buttons, floating buttons, buttons with icons and flat styles; also how we can use floating buttons and configurations and uses of these buttons.


Getting started with Flutter from scratch: My first app

17-11-2025 - Andrés Cruz

Getting started with Flutter from scratch: My first app

Flutter We are going to learn about Flutter to know, install and create our first application with Material Design using Android Studio and its emulators.


Swift conditional statements: if else, switch case

26-12-2025 - Andrés Cruz

Swift conditional statements: if else, switch case

Swift Learn to use conditionals in Swift step by step. Master if, else, switch, and logical operators with clear examples to get started on iOS.


Stacks in SwiftUI: VStack, HStack, and ZStack for creating real layouts

27-12-2025 - Andrés Cruz

Stacks in SwiftUI: VStack, HStack, and ZStack for creating real layouts

Swift Learn what stacks are in SwiftUI and how to use VStack, HStack, and ZStack to create responsive, efficient, and well-structured layouts.


Guide to text in SwiftUI

21-08-2023 - Andrés Cruz

Guide to text in SwiftUI

Swift We are going to learn how to work with the basic texts in SwiftUI, styles and functions that can be applied to them to vary the underline, bold, strikethrough, safe and normal text input in SwiftUI and the state properties.


Cycles or loops in Swift: for in, while and repeat-while

26-12-2025 - Andrés Cruz

Cycles or loops in Swift: for in, while and repeat-while

Swift A complete guide to loops in Swift. Learn how to use for, while, and repeat-while with real-world, easy-to-understand examples.


Getting started with developing iOS apps with Swift: getting to know Xcode

11-06-2026 - Andrés Cruz

Getting started with developing iOS apps with Swift: getting to know Xcode

Swift Want to create native apps for iPhone and iPad? This guide explains why learning iOS development with Swift is a smart move today. Learn about hardware requirements, how to set up your environment with Xcode, and the first steps to entering the Apple development ecosystem.


Getting started with SwiftUI to build your declarative interface

26-12-2025 - Andrés Cruz

Getting started with SwiftUI to build your declarative interface

Swift Learn SwiftUI from scratch and create your first iOS apps with this practical guide. Concepts, components, lists, state, and real-world examples for beginners.


Swift from scratch. The functions in Swift and examples of their use

24-12-2025 - Andrés Cruz

Swift from scratch. The functions in Swift and examples of their use

Swift We explain the use of functions in Swift, parameter passing, default values, data return; fundamental to create applications for iOS.