RxJava - Design Patterns for Android Developers
大小
512.88 MB
文件数
94
Info Hash:
78F896785B3AFEE94A8A1E8B7DA851C5C06C3CB9
收录时间
2026-02-14 10:56:10
更新时间
2026-02-14 10:56:10
文件列表 (94)
4.3. The Model Layer/29.Network - Using a more reactive way.mp4
26.53 MB
1.Introduction/01.Welcome.mp4
7.64 MB
1.Introduction/02.What you should know.en.srt
1.33 KB
1.Introduction/02.What you should know.mp4
1.06 MB
1.Introduction/03.The project we'll be building.en.srt
1.94 KB
1.Introduction/03.The project we'll be building.mp4
2.21 MB
1.Introduction/04.Set up our starter project.en.srt
2.18 KB
1.Introduction/04.Set up our starter project.mp4
2.48 MB
2.1. The Basics/05.What is RxJava.en.srt
2.62 KB
2.1. The Basics/05.What is RxJava.mp4
2.29 MB
2.1. The Basics/06.Observables.en.srt
5.4 KB
2.1. The Basics/06.Observables.mp4
4.9 MB
2.1. The Basics/07.Observable types.en.srt
6.98 KB
2.1. The Basics/07.Observable types.mp4
5.68 MB
2.1. The Basics/08.BehaviorRelay - Imperative.en.srt
7.47 KB
2.1. The Basics/08.BehaviorRelay - Imperative.mp4
14.99 MB
2.1. The Basics/09.BehaviorRelay - Declarative.en.srt
2.67 KB
2.1. The Basics/09.BehaviorRelay - Declarative.mp4
6.33 MB
2.1. The Basics/10.Subjects.en.srt
6.49 KB
2.1. The Basics/10.Subjects.mp4
15.97 MB
2.1. The Basics/11.Creating an onError method.en.srt
3.77 KB
2.1. The Basics/11.Creating an onError method.mp4
7.89 MB
2.1. The Basics/12.Creating an onComplete method.en.srt
2.32 KB
2.1. The Basics/12.Creating an onComplete method.mp4
3.83 MB
2.1. The Basics/13.Creating a simple observable.en.srt
8.14 KB
2.1. The Basics/13.Creating a simple observable.mp4
22.19 MB
2.1. The Basics/14.Shortcuts for creating observables.en.srt
4.24 KB
2.1. The Basics/14.Shortcuts for creating observables.mp4
10.46 MB
2.1. The Basics/15.Traits.en.srt
6.61 KB
2.1. The Basics/15.Traits.mp4
14.12 MB
3.2. Simple UI Example/16.Overview.en.srt
919 B
3.2. Simple UI Example/16.Overview.mp4
672.35 KB
3.2. Simple UI Example/17.JSONPlaceholder.en.srt
1.87 KB
3.2. Simple UI Example/17.JSONPlaceholder.mp4
2.74 MB
3.2. Simple UI Example/18.Simple networking.en.srt
6.78 KB
3.2. Simple UI Example/18.Simple networking.mp4
16.59 MB
3.2. Simple UI Example/19.Rx single creation.en.srt
5.47 KB
3.2. Simple UI Example/19.Rx single creation.mp4
16.55 MB
3.2. Simple UI Example/20.Rx single subscription.en.srt
4.86 KB
3.2. Simple UI Example/20.Rx single subscription.mp4
12.32 MB
4.3. The Model Layer/21.MVP and MVVM - Architecture with Rx.en.srt
3.56 KB
4.3. The Model Layer/21.MVP and MVVM - Architecture with Rx.mp4
2.78 MB
4.3. The Model Layer/22.Model layer.en.srt
6.32 KB
4.3. The Model Layer/22.Model layer.mp4
14.33 MB
4.3. The Model Layer/23.Database - From model layer to UI.en.srt
4.54 KB
4.3. The Model Layer/23.Database - From model layer to UI.mp4
13.28 MB
4.3. The Model Layer/24.Database - Showing our result.en.srt
3.03 KB
4.3. The Model Layer/24.Database - Showing our result.mp4
9.9 MB
4.3. The Model Layer/25.Network layer overview.en.srt
4.7 KB
4.3. The Model Layer/25.Network layer overview.mp4
12.16 MB
4.3. The Model Layer/26.Network - Network layer.en.srt
3.41 KB
4.3. The Model Layer/26.Network - Network layer.mp4
8.92 MB
4.3. The Model Layer/27.Network - From model layer to UI.en.srt
2.96 KB
4.3. The Model Layer/27.Network - From model layer to UI.mp4
9.99 MB
4.3. The Model Layer/28.Network - Showing our results.en.srt
2.7 KB
4.3. The Model Layer/28.Network - Showing our results.mp4
9.8 MB
4.3. The Model Layer/29.Network - Using a more reactive way.en.srt
7.46 KB
1.Introduction/01.Welcome.en.srt
1.94 KB
5.4. Grouping API Service Calls/30.Overview and task creation.en.srt
6.5 KB
5.4. Grouping API Service Calls/30.Overview and task creation.mp4
17.67 MB
5.4. Grouping API Service Calls/31.Wrap task in observable.en.srt
2.9 KB
5.4. Grouping API Service Calls/31.Wrap task in observable.mp4
8.84 MB
5.4. Grouping API Service Calls/32.Observable zip.en.srt
3.01 KB
5.4. Grouping API Service Calls/32.Observable zip.mp4
9.76 MB
5.4. Grouping API Service Calls/33.Showing our results.en.srt
4.77 KB
5.4. Grouping API Service Calls/33.Showing our results.mp4
19.58 MB
5.4. Grouping API Service Calls/34.Handling null values.en.srt
3.15 KB
5.4. Grouping API Service Calls/34.Handling null values.mp4
10.09 MB
5.4. Grouping API Service Calls/35.Handling exceptions.en.srt
4.9 KB
5.4. Grouping API Service Calls/35.Handling exceptions.mp4
14.94 MB
5.4. Grouping API Service Calls/36.Failure result type.en.srt
1.78 KB
5.4. Grouping API Service Calls/36.Failure result type.mp4
3.9 MB
6.5. Binding to the UI/37.Prepare reactive presenter.en.srt
4.58 KB
6.5. Binding to the UI/37.Prepare reactive presenter.mp4
15.78 MB
6.5. Binding to the UI/38.Simple binding.en.srt
7.21 KB
6.5. Binding to the UI/38.Simple binding.mp4
20.87 MB
6.5. Binding to the UI/39.Simple list binding.en.srt
2.57 KB
6.5. Binding to the UI/39.Simple list binding.mp4
8.59 MB
6.5. Binding to the UI/40.RxBinding TextView.en.srt
3.22 KB
6.5. Binding to the UI/40.RxBinding TextView.mp4
7.38 MB
6.5. Binding to the UI/41.RecyclerView - Binding setup.en.srt
3.3 KB
6.5. Binding to the UI/41.RecyclerView - Binding setup.mp4
9.16 MB
6.5. Binding to the UI/42.RecyclerView - Seeing it in action.en.srt
5.54 KB
6.5. Binding to the UI/42.RecyclerView - Seeing it in action.mp4
19.15 MB
6.5. Binding to the UI/43.Sectioned data source setup.en.srt
4.58 KB
6.5. Binding to the UI/43.Sectioned data source setup.mp4
17.79 MB
6.5. Binding to the UI/44.Sectioned data source in action.en.srt
2.02 KB
6.5. Binding to the UI/44.Sectioned data source in action.mp4
8.4 MB
7.6. Threading/45.Threading and UI controls.en.srt
8.08 KB
7.6. Threading/45.Threading and UI controls.mp4
19.54 MB
7.6. Threading/46.observeOn vs. subscribeOn gotcha.en.srt
7.42 KB
7.6. Threading/46.observeOn vs. subscribeOn gotcha.mp4
19.95 MB
8.Conclusion/47.Next steps.en.srt
1.24 KB
8.Conclusion/47.Next steps.mp4
2.69 MB