Vertaling van "using RxJava" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
We also looked at how to banish boilerplate from your projects by taking advantage of RxKotlin's extension functions, and the secret to dodging the SAM conversion problem that many developers encounter when they first start using RxJava 2.0 with Kotlin.
Nous avons également examiné la façon de bannir le passe-partout de vos projets en tirant parti des fonctions d'extension de RxKotlin et le secret pour éviter le problème de conversion SAM rencontré par de nombreux développeurs lorsqu'ils utilisent RxJava 2.0 avec Kotlin.
If on the other hand, you want to continue using RxJava rather than LiveData, know that you absolutely can!
Si en revanche, vous souhaitez continuer à utiliser RxJava plutôt que LiveData, sachez que cela est tout à fait possible !
Since you can use RxJava in Kotlin without ever needing RxKotlin, we'll be using RxJava throughout this article, unless stated otherwise.
Comme vous pouvez utiliser RxJava dans Kotlin sans jamais avoir besoin de RxKotlin, nous utiliserons RxJava tout au long de cet article, sauf indication contraire.
This SAM ambiguity is a particular problem when using RxJava 2.0 with Kotlin, as many of the RxJava operators take multiple SAM-compatible types.
Cette ambiguïté de SAM est un problème particulier lors de l'utilisation de RxJava 2.0 avec Kotlin, car beaucoup d'opérateurs RxJava utilisent plusieurs types compatibles SAM.
In this second instalment, we'll be concentrating on how RxJava can help solve the issues you'll encounter in real-life Android projects, by creating a reactive Android application using RxJava 2.0, RxAndroid and RxBinding.
Dans cette seconde partie, nous allons nous concentrer sur la manière dont RxJava peut vous aider à résoudre les problèmes que vous rencontrez dans les projets Android réels, en créant une application Android réactive utilisant RxJava 2.0, RxAndroid et RxBinding.
In this article, we looked at how RxJava can help solve the real-world problems you'll encounter when developing your own Android applications, by using RxJava 2.0, RxBinding and RxAndroid to create a Sign Up screen.
Dans cet article, nous avons examiné comment RxJava peut aider à résoudre les problèmes concrets que vous rencontrerez lors du développement de vos propres applications Android, en utilisant RxJava 2.0, RxBinding et RxAndroid pour créer un écran Sign Up.
What Are the Benefits to Using RxJava?
Using RxJava with Kotlin can help you create highly reactive apps in less code, but no programming language is perfect, so I'll also be sharing a workaround for the SAM conversion problem that many developers encounter when they first start using RxJava 2.0 with Kotlin.
L'utilisation de RxJava avec Kotlin peut vous aider à créer des applications hautement réactives avec moins de code, mais aucun langage de programmation n'est parfait.