Integration of Anko Sqlite database in Kotlin Android

8 years ago

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

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

8 years ago

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

Basic of Kotlin to get started in android Part-4

8 years ago

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

Basic of Kotlin to get started in android Part-3

8 years ago

In my last tutorial, we understood basic introduction about Kotlin and basic features to get a quick start building an Android… Read More

Basic of Kotlin to get started in android Part-2

8 years ago

In my last tutorial, we have learned the basic introduction about Kotlin. Kotlin is inspired by C#, Groovy, and Scala… Read More

Why need to take care memory leak in android?

8 years ago

In this tutorial, We will learn why we need to take care memory leak to every android developer? I think… Read More

Basic of Kotlin to get started in android Part-1

8 years ago

Kotlin is the new language based on JVM. It is taken the good parts of java. When I am talking… Read More

Dagger2 dependency injection in MVP android

8 years ago

Dagger 2 is awesome dependency injection library which is used in android. In this tutorial, we will try to understand… Read More

Understanding Java 8 Stream and RxJava2 Observable in Android

8 years ago

In my last tutorial, I have described some of the superior features added in java version 8. In this tutorial, we… Read More

Java 8 Features to start using in Android

8 years ago

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