دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: Second
نویسندگان: raywenderlich Tutorial Team. Alex Sullivan
سری:
ISBN (شابک) : 1950325253, 9781950325252
ناشر: Razeware LLC
سال نشر: 2021
تعداد صفحات: 465
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 38 مگابایت
در صورت تبدیل فایل کتاب Reactive Programming with Kotlin : Learn RX with RxJava, RxKotlin and RxAndroid به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب برنامه نویسی واکنشی با Kotlin: یادگیری RX با RxJava، RxKotlin و RxAndroid نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Book License Book Source Code & Forums What You Need Book Updates About the Cover Chapter 1: Hello, RxJava! Defining RxJava and RxKotlin Introducing asynchronous programming Learning the foundations of RxJava App architecture RxAndroid and RxBinding Installing RxJava Community Key points Where to go from here? Chapter 2: Observables Getting started What is an observable? Lifecycle of an observable Creating observables Subscribing to observables Disposing and terminating The create operator Creating observable factories Using other observable types Challenges Key points Chapter 3: Subjects Getting started What are subjects? Working with publish subjects Working with behavior subjects Working with replay subjects Working with async subjects Working with the RxRelay library Challenge Key points Where to go from here? Chapter 4: Observables & Subjects in Practice Getting started Using a BehaviorSubject in a ViewModel Adding photos Communicating with other views via subjects Creating a custom observable Review: Single, Maybe, Completable Using Single in the app Key points Where to go from here? Chapter 5: Filtering Operators Getting started Ignoring operators Skipping operators Taking operators Distinct operators Challenge Key points Where to go from here? Chapter 6: Filtering Operators in Practice Improving the Combinestagram project Challenge Key points Where to go from here? Chapter 7: Transforming Operators Getting started Transforming elements Transforming inner observables Observing events Challenge Key points Where to go from here? Chapter 8: Transforming Operators in Practice Getting started with GitFeed Fetching data from the web Transforming the response Processing the response Persisting objects to disk Adding a last-modified header Challenge Key points Where to go from here? Chapter 9: Combining Operators Getting started Prefixing and concatenating Merging Combining elements Triggers Switches Combining elements within a sequence Challenge: The zip case Key points Where to go from here? Chapter 10: Combining Operators in Practice Getting started Preparing the EONET API class Add events into the mix Combining events and categories Downloading in parallel Wiring up the days seek bar Challenge: Adding a progress bar Key points Where to go from here? Chapter 11: Time-Based Operators Getting started Buffering operators Time-shifting operators Timer operators Challenge Key points Chapter 12: Error Handling in Practice Getting started Managing errors Handling errors with catch Catching errors Retrying on error Errors as objects Challenges Key points Where to go from here? Chapter 13: Intro to Schedulers What is a scheduler? Setting up the project Switching schedulers Pitfalls Best practices and built-in schedulers Key points Where to go from here? Chapter 14: Flowables & Backpressure Backpresssure Buffering danger! Natural backpressure Introduction to Flowables Backpressure strategies Flowables, Observables, Processors and Subjects — Oh, My! Key points Where to go from here? Chapter 15: Testing RxJava Code Getting started Introduction to TestObserver Using a TestScheduler Injecting schedulers Using Trampoline schedulers Using subjects with mocked data Testing ColorViewModel Key points Where to go from here? Chapter 16: Creating Custom Reactive Extensions Getting started Extending a framework class Wiring the extension up Wrapping the locations API The lift and compose functions Testing your custom reactive extension Key points Where to go from here? Chapter 17: RxBindings Getting started Extending ValueAnimator to be reactive Using RxBindings with Android widgets Dangerzone! Working around the issue Fetching colors from an API Displaying an information dialog Challenges Key points Where to go from here? Chapter 18: Retrofit Getting started Recap of Retrofit Including Rx adapters Creating a JSON object Updating the JSON Retrieving JSON Key points Where to go from here? Chapter 19: RxPreferences Getting started Using SharedPreferences Listening for preference updates Using RxPreferences Subscribing to preference changes Dealing with old versions of RxJava Saving custom objects Key points Where to go from here? Chapter 20: RxPermissions Getting started Requesting the location permission Using RxPermissions Requesting another permission Reading from external storage Writing the weather to external storage Reacting to orientation changes Key points Where to go from here? Chapter 21: RxJava & Jetpack Getting started RxJava and Room Reacting to database changes Updating individual items Starting the app with cached data Paging data in Key points Where to go from here? Chapter 22: Building a Complete RxJava App Introducing QuickTodo Architecting the application Task model Task data access object Task repository Replacing callbacks with observables Editing tasks Challenges Where to go from here? Conclusion