RxJava just operator
1. Overview In this article, we will learn the RxJava Just operator. The RxJava operators create a new observable, transform or change the data from… Read More »RxJava just operator
1. Overview In this article, we will learn the RxJava Just operator. The RxJava operators create a new observable, transform or change the data from… Read More »RxJava just operator
1. Overview In this article, we will learn about the Kotlin companion object. To learn more about other Kotlin topics, refer to these articles. Unlike… Read More »Kotlin companion object
1. Overview In this article, we will learn the difference between const and val in Kotlin. Both the val and const are used to declare read-only properties. In Kotlin,… Read More »Difference between const and val in kotlin
1. Overview In this article, we will learn the difference between var and val in Kotlin. To learn more about Kotlin topics, refer to our… Read More »Difference between var and val in Kotlin
1. Overview In this article, we will see an example for Kotlin setOnClickListener. You can use setOnClickListener to register a callback to be invoked when… Read More »Kotlin setonclicklistener example