Tag

Kotlin

Browsing

In this post, we will learn exception handling in coroutines. Later on, we will know how to handle exceptions in a sequential program. In coroutine, exception behavior depends on coroutines builder. So we already know that we have…

Hello folks! In this article, We’ll learn the best practices of SharedPreferences in Android(Kotlin). I’ll show you, how we can store and retrieve values in SharedPreferences. For better understanding, I’ll create an android SharedPreferences example (Sample app) and…

In this blog, I’ll show how to check internet connection in android programmatically. While we are developing a professional app, you may need to check internet available or not. For example, while you are calling APIs you may…

In this post, I’ll show you how we can write double tap listener in android. For doing that I’ll create one demo project and will implement it. So Lets started Write a DoubleClickListener Create an abstract class named…

In this post, we’ll learn about string templates and in other words what is String Interpolation. in Kotlin we have a special type of concept String Interpolation. In this article, we’ll discuss in detail with example. Let us…

In this android app tutorial, I’ll explain, RecyclerView Kotlin implementation in a step by step. In this sample application, we’ll use Kotlin programming language along with RxAndroid and Dagger2. So let’s get started. What is RecyclerView If you…

In this article, I’ll tell you gives Kotlin Overview. Android discuss all advantages of Kotlin over Java in Android for Android Development. I will tell you also why Kotlin is more powerful than Java. Kotlin In Google I/O…

Objective This article is dedicated to those developers who want to become better android developers. Every developer wants to become a better developer. So to become a good developer you need a proper roadmap. This article also for…