Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/albertopeam/Podcasts

Simple app to show usage of SwiftUI and Combine
https://github.com/albertopeam/Podcasts

combine ios13 swiftui xcode11

Last synced: about 1 month ago
JSON representation

Simple app to show usage of SwiftUI and Combine

Awesome Lists containing this project

README

        

# Podcasts
Simple app to show usage of SwiftUI and Combine. The app shows a list of podcasts fetched from [listennotes](https://www.listennotes.com/api/) and it can be played.


podcasts
detail
player

Status: Work in progress.

TODO'S:

* Wrap Image Loader to avoid reload the entire view
* Migrate all the views to have enum states
* Try environment object
* Check cancelations

Warning: SwiftUI and Combine are in beta now.