Basic of Kotlin to get started in android Part-3

In my last tutorial, we understood basic introduction about Kotlin and basic features to get a quick start building an Android application. In this series, we will learn about of Classes and Objects in Kotlin. Sounds good 🙂 But before if you have not checked my last tutorial then I would be recommended checking my all […]

Basic of Kotlin to get started in android Part-2

In my last tutorial, we have learned the basic introduction about Kotlin. Kotlin is inspired by C#, Groovy, and Scala language. I recommend you to please check my last post-Basic of Kotlin to get started in android part-1. Google I/O 2017 announced that Kotlin will be the official language for Android development. This is great news […]

Why need to take care memory leak in android?

In this tutorial, We will learn why we need to take care memory leak to every android developer? I think every android developer has faced OutOfMemoryError on multiple times while building any android app. This is not only error but application crashed as well and every developer and user are not like a crash or […]

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 […]

Dagger2 dependency injection in MVP android

Dagger 2 is awesome dependency injection library which is used in android. In this tutorial, we will try to understand what is Dagger2 and why is required dependency injection and how to use in building the architectural based android app? Even Dagger2 is much comfortable with using RxJava Observable. Sounds crazy 🙂 Let’s see first […]

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 […]

Scroll to top