Anuncios Libros Cursos Categorías

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

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


Getting started with SwiftUI to build your declarative interface

26-12-2025 - Andrés Cruz

Getting started with SwiftUI to build your declarative interface

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


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

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


Swift conditional statements: if else, switch case

26-12-2025 - Andrés Cruz

Swift conditional statements: if else, switch case

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


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

25-12-2025 - Andrés Cruz

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

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.


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

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


Text, images and the VStack, essential to create the bases of our applications in SwiftUI

24-12-2025 - Andrés Cruz

Text, images and the VStack, essential to create the bases of our applications in SwiftUI

We are going to create a simple application that consists of a container with VStack, an image and texts using SwiftUI, we will also apply modifiers to vary the font, spacing, padding, etc.


The Card widget in Flutter

20-11-2025 - Andrés Cruz

The Card widget in 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.


Getting started with Flutter from scratch: My first app

17-11-2025 - Andrés Cruz

Getting started with Flutter from scratch: My first app

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


Button widgets in Flutter

17-11-2025 - Andrés Cruz

Button widgets in 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.