Making a complex app with SwiftUI and the iTunes Search API

Опубликовано: 28 Октябрь 2024
на канале: Karin Prater
4,818
94

How to make a complex app in SwiftUI - iTunes Search API

full tutorial here:    • How to make a complex app in SwiftUI ...  
project files: https://github.com/gahntpo/ItunesSear...

What I have use in this app:
Technologies:
working with a REST API, fetching data from a server
url and queries
decoding json
SwiftUI, MVVM
running multiple fetch request simultaneously
Networking layer and Error handling

SwiftUI elements
Search bar
Lists
Infinite scrollview
Lazy loading - images with AsyncImage
Vertical scrollview sections, LzyHStack, LazyHGrid and Grid
NavigationView and NavigationLings
Programmatically scrolling in song detail view