lkakfluid.blogg.se

Reactive programming with kotlin
Reactive programming with kotlin













Testing, enabling you to learn to test from scratch.Ĭhapter 9, Resource Management and Extending RxKotlin, helps you learn how to manage resources in Kotlin-resources could be database instances, files, HTTP accesses, or anything that needs to be closed. This chapter will also help you handle errors more efficiently in RxKotlin.Ĭhapter 7, Concurrency and Parallel Processing in RxKotlin with Schedulers, enables you to leverage the benefits of Schedulers to achieve concurrent programming.Ĭhapter 8, Testing RxKotlin Applications, walks you through the most crucial part of application development-testing-which is a bit different in RxKotlin as reactive programming defines behaviors instead of states. Reactive Programming in Kotlin What this book coversĬhapter 1, A Short Introduction to Reactive Programming, helps you understand the context, thinking pattern, and principles of reactive programming.Ĭhapter 2, Functional Programming with Kotlin and RxKotlin, chapter walks you through the essential concepts of functional programming paradigms and their possible implementations on Kotlin so that you can understand functional reactive programming easily.Ĭhapter 3, Observables, Observers, and Subjects enables you to gain a grip on the base of RxKotlin-Observables, Observers, and Subjects lay at the core of RxKotlin.Ĭhapter 4, Introduction to Backpressure and Flowables, introduces you to Flowables, which enable you to use Backpressure-a technique in RxKotlin that prevents producers from outpacing consumers.Ĭhapter 5, Asynchronous Data Operators and Transformations, introduces you to operators in RxKotlin.Ĭhapter 6, More on Operators and Error Handling, gets your grip stronger on operators and introduces how to combine producers and how to filter them with operators.















Reactive programming with kotlin