Getting started with SwiftUI to build your declarative interface
26-12-2025 - Andrés Cruz
Learn SwiftUI from scratch and create your first iOS apps with this practical guide. Concepts, components, lists, state, and real-world examples for beginners.
Getting started with developing iOS apps with Swift: getting to know Xcode
25-12-2025 - Andrés Cruz
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.
Text, images and the VStack, essential to create the bases of our applications in SwiftUI
24-12-2025 - Andrés Cruz
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.
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.
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.