|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/build-complete-stocks-app-clone-in-ios-swiftui-combine/
课程评论:没有评论
Replicate a complete stock trading application on iOS using SwiftUI and Combine. This course delves into enterprise-level application development, moving beyond basic UI construction. You'll learn to build an app from the ground up, organizing your code by feature. Key topics include creating a generic network manager for API calls, downloading and processing responses using generic JSONDecoders and advanced Codable protocol features, and utilizing Combine for asynchronous API data fetching and publishing. The course also covers breaking down complex views into reusable components through view composition, managing multiple API endpoints, and handling their responses. Practical skills will be honed by building custom UserDefaults and network image download managers with caching for optimized network usage. This comprehensive course offers a full app development experience.
SwiftUI makes is really easy to build apps' UI but there is more to the app then UI. This course focuses of enterprise level app development using SwiftUI. You will not only learn to build complete app from scratch but you will also learn how to organize your code by feature. You will learn to build generic backed network manager which will be used to make all types of network API calls. You will learn to download and process API responses using generic JSONDecoders and advanced usage of Codable protocol. You will learn to leverage power of combine to asynchronously download response from API and publish those results to the subscribers. You will also learn to breakdown views into smaller components that can be reused at several different places and can adopt to the context they are defined in. You will learn view composition in SwiftUI. You will learn how to manage multiple different API endpoints within same app and how to handle responses of those APIs. You will also create your own UserDefaults manager along with Network Image Download manager that works on a image cache which will help your app optimize network usage. There is a lot of content packed into this course where you will get full app development experience.