Integration of Anko Sqlite database in Kotlin Android

Anko is the SQLite database wrapper for Android in Kotlin. As we have used many best SQLite database wrapper in android… Read More

7 years ago

Api call by using Retrofit, RxJava and RxAndroid in Kotlin Android

In building the Android apps, Retrofit is the most popular for networking API call. It is very simple and cleaner way API… Read More

7 years ago

Basic of Kotlin to get started in android Part-4

As we have practiced basic features of Kotlin in my last tutorial series of basic of Kotlin to get started… Read More

7 years ago

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… Read More

7 years ago

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… Read More

7 years ago

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… Read More

7 years ago

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… Read More

7 years ago

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… Read More

7 years ago

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… Read More

7 years ago

Java 8 Features to start using in Android

In this tutorial, I will explore to start using java 8 features in your project. I have seen many of… Read More

7 years ago