Intro to App Development
Intro to App Development is an introductory course to the coding language Swift. Swift is used mainly for Apple apps, and some of these apps include VSCO, Bitmoji, Airbnb, WhatsApp, Instagram/Facebook, and 2048. This course goes through Apple's introductory course of SwiftUI. Using Swift playgrounds and the program xCode, you learn how to code in Swift, make apps for mobile phones, and work on ways to make User Interfaces (UI).
By using Swift Playgrounds, a guided experience to learn Swift and basic program design with a fun twist, and creating your apps, this course teaches you to work with others, share and receive feedback, and be a critical thinker.
Coursework Examples
Rock, Paper, Scissors
Rock, Paper, Scissors is a game that everyone knows and loves. The game are you against a computer. Using Swift, the app uses cases and switches to determine the game's result: a win, a loss, or a tie.
Learning Swift!
Throughout the course, we learned Swift through Apple's introductory course called SwiftUI. They took us through the system, using Swift playgrounds, to understand the different essentials of the language.
Question Bot!
The Question Bot is meant to help with indecisiveness. However, suppose you seek advice or different recommendations (for anime, Netflix shows, and music). In that case, Recco Bot is here to help you.