FreeCourse Logo
FreeCourse.io
Verified CouponsFree CoursesJobsBlog
Categories
Home/Courses/Building and Designing iOS Mobile Apps with Swift & Swift UI
Building and Designing iOS Mobile Apps with Swift & Swift UI
Development100% OFF

Building and Designing iOS Mobile Apps with Swift & Swift UI

Christ Raharja
3.9(1.9K students)
Self-paced
Beginner

About this course

This course contains the use of artificial intelligenceDisclosure: AI tools were used only to assist in creating the course outline, UI design inspiration, and course thumbnail. All instructional content, explanations, and project walkthroughs were fully created by the instructor.Welcome to Building and Designing iOS Mobile Apps with Swift & Swift UI course. This is a comprehensive project based course where you will learn how to build two iOS mobile applications, the first one is an expense tracker app and the second one is an e-learning app.

This course is a perfect combination between app development and app design, making it an ideal opportunity to practice your programming skills while improving your technical knowledge in Swift. In the introduction session, you will learn the basic fundamentals of Swift, such as getting to know its use cases, technical limitations, and Swift user interface framework. Then, in the next section, you will learn how to design mobile app UI using Google Stitch, then, after that we are going to use Gemini to convert UI design image into Swift code.

Afterward, you will learn the basic Swift concepts and syntax like variables, data types, operators, conditional statements, functions, loops, and user inputs. Once you have learnt those basic concepts, you will start building the projects. In the first project, we are going to build an expense tracker mobile app, this app will have six main features.

The first feature is add and delete expense, which allows users to quickly create new expense entries and remove any items they no longer need. The second feature is expense categorization, which helps users organize their spending into categories like food, transportation, and entertainment for easier tracking. The third feature is total spending summary, which provides a quick overview of the total amount spent within a selected time period.

The fourth feature is budget tracking and management, which enables users to set monthly budgets and compare their spending against their limits. The fifth feature is filter by category and sort by amount, which allows users to quickly view expenses from specific categories and organize them from highest to lowest or lowest to highest, making it easier to analyze their spending habits. The sixth feature is export to csv file, which helps users generate a downloadable csv file containing all their expenses for external review.

After we are done with the first project, we will move on to the second project where we will build an e-learning mobile app. This app has two main features. The first feature is AI quiz generator, where users will be able to automatically generate personalized quizzes based on their selected topics.

For the AI model, we will use Mistral, which will help create relevant questions and answers quickly. The second feature is study flash cards, where users can create digital flashcards with a question on one side and the answer on the other side. This feature allows users to review key concepts repeatedly, reinforcing their understanding and memorization of the material.

Lastly, at the end of the course, we will conduct functional and performance testing on the mobile apps. The objective is to make sure the mobile apps have been fully functioning and all features are working as intended.Firstly, before getting into the course, we need to ask this question to ourselves, why should we build mobile apps using Swift? Well, here is my answer.

Swift allows developers to create fast and highly responsive apps, giving users a smooth and enjoyable experience. It comes with modern syntax that helps developers write clean, readable code and maintain application stability as features and complexity increase. By using Swift, you are able to build high quality mobile apps that look appealing, perform well, and are fully compatible with the entire Apple ecosystem, which increases your opportunities to reach millions of iOS users.Below are things that you can expect to learn from this course:Learn the basic fundamentals of Swift, such as getting to know its use cases, technical limitations, and user interface frameworkLearn how to build and design expense tracker app using SwiftLearn how to build and design e-learning app using SwiftLearn how to design mobile app UI using Swift and convert UI design to code using GeminiLearn basic Swift concepts such as creating variables, using data types, performing mathematical operations, writing conditional statements, defining functions, using for and while loops, and handling user inputLearn how to build expense tracker data model and app architectureLearn how to create app dashboard UI and budget visualisationLearn how to create expense input and expense list managementLearn how to create app settings, budget controls, and CSV file exportLearn how to build e-learning app architecture and create data modelLearn how to design quiz interface and create state managementLearn how to build AI quiz generator and connect app to LLM APILearn how to create function to check quiz answersLearn how to design flash card featureLearn how to conduct functional testing on mobile apps

Skills you'll gain

Mobile Developmenten

Available Coupons

Loading...

Course Information

Level: Beginner

Suitable for learners at this level

Duration: Self-paced

Total course content

Instructor: Christ Raharja

Expert course creator

This course includes:

  • 📹Video lectures
  • đź“„Downloadable resources
  • 📱Mobile & desktop access
  • 🎓Certificate of completion
  • ♾️Lifetime access
$0$97.99

Save $97.99 today!

Enroll Now - Free

Redirects to Udemy • Limited free enrollments

Share this course

https://freecourse.io/courses/building-and-designing-ios-mobile-apps-with-swift-swift-ui

You May Also Like

Explore more courses similar to this one

How to Build a Free ECommerce Website to Sell Digital Downlo
Development
0% OFF

How to Build a Free ECommerce Website to Sell Digital Downlo

Yogesh Dhiman

Are you ready to start your own online store and sell digital products without spending a dime on website hosting? This hands-on course is designed for entrepreneurs, creators, and small business owners who want to build a fully functional e-commerce website using WordPress—completely for free! Whether you're looking to sell eBooks, online courses, digital art, or software, this course will guide you step-by-step through the process of setting up a digital product store without the need for coding or technical expertise.In this course, you'll learn how to:Choose the best free hosting options for your WordPress site.Install WordPress and set up a sleek, professional theme tailored for e-commerce.Use free plugins to manage digital product sales, payments, and deliveries.Add and organize your products (eBooks, courses, art files, etc.) with ease.Set up secure payment gateways and automate product delivery to your customers.Customize your store’s layout to match your brand identity, making it visually appealing and user-friendly.Implement SEO strategies and marketing tools to help attract more visitors and increase sales.Troubleshoot common issues and ensure a smooth user experience.By the end of this course, you'll have your very own digital product store up and running on WordPress, ready to start generating sales with no ongoing costs for hosting or maintenance. Get started today and unlock the potential to turn your digital products into a profitable business!Prerequisites: No prior technical experience required. Basic computer skills and an internet connection are all you need to succeed!

4.4•7.4K•Self-paced
FREE$105.99
Enroll
Agentic AI in Practice: From LangGraph to OpenClaw
Development
0% OFF

Agentic AI in Practice: From LangGraph to OpenClaw

Udemy Instructor

“This course contains the use of artificial intelligence”Artificial intelligence is rapidly evolving beyond simple chatbots and single prompt systems into autonomous AI agents capable of reasoning, planning, using tools, and collaborating with other systems to solve complex problems. This course, Agentic AI Engineering, is designed to help you understand and build these next-generation AI systems. You will learn how modern Agentic AI architectures work and how developers are building intelligent agents that can perform tasks independently, interact with external tools, retrieve knowledge, and execute multi-step workflows.The course begins with the foundations of Agentic AI, exploring how AI has evolved from rule-based automation and traditional machine learning pipelines to intelligent agent-based systems. You will understand what defines an AI agent, the key components that power them, and how modern LLM-driven reasoning engines enable autonomous decision making. From there, we dive into the core technologies behind agent systems, including Large Language Models (LLMs), transformer architectures, tokenization, embeddings, and context windows. You will also learn how to design effective prompt engineering strategies specifically for AI agents, including system prompts, structured prompts, and chain-of-thought reasoning.As the course progresses, you will learn how agents interact with the outside world using tool calling, function execution APIs, and structured outputs. You will build systems that integrate with external tools, databases, and APIs while enabling agents to execute real tasks. The course also introduces Retrieval-Augmented Generation (RAG), where agents retrieve knowledge from vector databases such as FAISS, Pinecone, and Weaviate. You will learn how embedding pipelines, context injection, and knowledge retrieval allow AI agents to work with large knowledge bases and dynamic data sources.A major focus of the course is building real agent workflows using frameworks such as LangChain and LangGraph. You will explore how modern agent architectures like ReAct, Plan-and-Execute, and Planner-Executor patterns enable agents to break down complex tasks and execute them step by step. The course provides a deep dive into LangGraph, which enables developers to create graph-based agent workflows, manage stateful agents, and design deterministic execution pipelines. You will learn how nodes, edges, and state management allow developers to build structured and reliable AI systems while avoiding common issues like prompt instability or uncontrolled agent loops.Another critical area covered in this course is memory systems for AI agents. Intelligent agents must maintain context, recall past interactions, and retrieve knowledge when necessary. You will learn how to design short-term conversational memory, long-term vector memory, and persistent knowledge systems. The course also explains how knowledge graphs, context summarization, and memory pruning strategies allow AI systems to manage large amounts of information efficiently.Beyond single agents, the course explores the design of multi-agent systems, where multiple AI agents collaborate to complete complex workflows. You will learn how to build role-based agent teams, design agent communication protocols, and orchestrate distributed AI agents that operate in parallel. These systems are increasingly used in research assistants, coding copilots, automated operations systems, and enterprise AI solutions.The course also introduces the emerging Model Context Protocol (MCP), a modern framework that allows AI agents to interact with tools, services, and external systems through standardized interfaces. You will learn how MCP clients, servers, and tool registries work together to enable powerful integrations with APIs, developer tools, and enterprise platforms.Finally, the course focuses on production-grade AI systems. You will learn how to design scalable architectures with observability, logging, tracing, and metrics that help monitor agent performance. Topics such as latency optimization, cost optimization, reliability engineering, and distributed execution will help you build AI systems that can run reliably in real environments. The course concludes with a deep dive into the OpenClaw agent framework, where you will explore agent kernels, tool ecosystems, and multi-agent orchestration pipelines that enable fully autonomous AI workflows.By the end of this course, you will understand how to design and build autonomous AI agents, integrate them with tools and knowledge systems, and deploy production-ready agent architectures capable of solving real-world problems.

0.0•2.5K•Self-paced
FREE$87.99
Enroll
Mastering Claude AI: Build AI Apps, Agents & MCP Systems
Development
0% OFF

Mastering Claude AI: Build AI Apps, Agents & MCP Systems

Udemy Instructor

“This course contains the use of artificial intelligence”Artificial Intelligence is transforming how we build software, automate workflows, and solve complex problems. Modern Large Language Models (LLMs) such as Claude AI are enabling developers, entrepreneurs, and professionals to create intelligent systems that can reason, analyze information, generate content, and automate real-world tasks.This comprehensive course will teach you how to master Claude AI and build real AI-powered systems, from basic prompting to advanced AI application development, AI agents, and Model Context Protocol (MCP) integrations.You will start by understanding the fundamentals of Artificial Intelligence, Large Language Models, and how Claude AI works. Then you will progressively learn how to use Claude effectively through prompt engineering, productivity workflows, and responsible AI practices.As the course advances, you will move into developer-level skills, including using the Claude API, building AI-powered applications, and integrating Claude Code into modern development environments.A major part of this program focuses on building real AI systems, including:AI productivity assistantsAI coding assistantsknowledge management systemsautonomous AI agentsYou will also learn how to design advanced AI architectures, including multi-agent systems, AI memory systems, and scalable AI infrastructure.The course introduces one of the most important emerging standards in AI development: Model Context Protocol (MCP). You will learn how MCP enables AI systems to connect with tools, data sources, and services to create powerful AI ecosystems.Beyond technical development, the course also teaches AI fluency, including human-AI collaboration, AI governance, and how organizations are becoming AI-native companies.By the end of the course, you will understand how to design, build, deploy, and manage production-ready AI systems using Claude AI.This course is designed for developers, professionals, and anyone who wants to become an AI systems builder in the era of intelligent automation.

0.0•2.4K•Self-paced
FREE$99.99
Enroll
FreeCourse LogoFreeCourse

Freecourse.io brings you high-quality online courses with free certificates to help you upskill, boost your career, and achieve your goals anytime, anywhere.

Resources

  • Courses
  • Jobs
  • Categories
  • Features

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy
  • Terms
  • Cookies
  • Licenses

© 2026 FreeCourse. All rights reserved.