Basic of Kotlin to get started in android Part-1

Basic of Kotlin to get started in android Part-1

Kotlin is the new language based on JVM. It is taken the good parts of java. When I am talking about the good parts, it means to eliminate the boilerplate code and given better object orientated programming. As we know that Java is also Object oriented programming.  Kotlin is allowing the functional programming also. It…

Understanding Java 8 Stream and RxJava2 Observable in Android

Understanding Java 8 Stream and RxJava2 Observable in Android

In my last tutorial, I have described some of the superior features added in java version 8. In this tutorial, we will learn how RxJava-2 Observable is strongly following Java Stream. I would be recommended to check this post-Java 8 features to start using in android Before learning Rx Observable in Android we need to understand Java Stream…