ItunesSearchApp
App that uses iTunes Search API with SwiftUI for iOS 15+
Documentation iTunes Search API: https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/iTuneSearchAPI/
Youtube Series
PART 1 - basic api request https://youtu.be/LT0cawkgXqM
PART 2 - infinite scroll view https://youtu.be/M3nflHaayok https://youtu.be/M3nflHaayok
PART 3 - URL Queries and Network logic https://youtu.be/clcOQWLJxq4
PART 4 - multiple network requests and complex data flow in SwiftUI https://youtu.be/MGaId0cH2pw
PART 5 - Complex Layout with ScrollView, LazyHStack and LazyHGrid https://youtu.be/UQHqFIx7WnY
PART 6 - Album Detail View with NavigationLink, text formatting and Grid View https://youtu.be/QFQSrBsYxmU
PART 7 - Song Detail View with NagigationLink, fetch more data and scrolling programmatically