/RxSwift-Storage

I study and practice Rxswift.✈️

Primary LanguageSwift

RxSwift-Storage

Rxswift를 정리하고 실습합니다.


RxSwift 4시간에 끝내기 시리즈

content date link description
RxSwift 4시간에 끝내기 chapter1(1) 20.11.01 ✈️ - RxSwift를 사용한 비동기 프로그래밍 개념잡기
- Observable를 알아보자
RxSwift 4시간에 끝내기 chapter1(2) 20.11.03 ✈️ - RxSwift를 사용한 비동기 프로그래밍 개념잡기
- 순환 참조와 Observable의 생명주기
RxSwift 4시간에 끝내기 chapter1(3) 20.11.05 ✈️ - RxSwift를 사용한 비동기 프로그래밍 개념잡기
- RxSwift Operator
RxSwift 4시간에 끝내기 chapter2(2) 20.11.07 ✈️ - RxSwift 활용하기-쓰레드의 활용과 메모리 관리
- disposeBag 알아보기 및 전체 정리

RxSwift Example

feature date link description
Wundercast-RxSwift 21.11.18 ⛅️ - OpenWeatherAPI를 사용해서 날씨 데이터를 보여주는 앱
- RxSwift, RxCocoa, SwityJSON 사용
- RxSwift Ch12. Beginning RxCocoa Challenges Example
TableView, CollectionView-RxSwift 21.11.25 🖼 - TableView, CollectionView를 Rx를 사용해서 만들기
- RxCocoa, RxDataSources를 사용해서 UITableView DataSource, Delegate 구현
- RxCocoa를 사용해서 UICollectionView DataSource, Delegate 구현
- RxSwift TableView Example
- RxSwift TableView, CollectionView Example
Wundercast-Advanced 21.11.25
21.12.02
⛅️ - OpenWeatherAPI를 사용해서 날씨 데이터를 보여주는 앱
- RxSwift, RxCocoa, SwityJSON, MapKit, CoreLocation 사용
- MKMapViewDelegateProxy, CLLocationManagerDelegateProxy 생성
- Search를 텍스트창말고 지도를 통해서도 가능하게끔 구현
- RxSwift Ch.13 Intermediate RxCocoa Challenges Example
- Catch, Retry를 사용해서 에러 핸들링 구현
- RxReachability를 사용해서 네트워크가 연결되지 않았을 때 error를 발생시키도록 구현
- APIKey를 BehaviorSubject로 구현
- APIError를 Enum으로 생성해서 Error 사용자화, InfoView를 통해서 에러 메시지 띄우기 구현
- RxSwift Ch.14 Error Handling in Practice