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…
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…
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…
In this blog, I’ll show you how to capture signature using canvas and save it. For doing that we’ll create a custom SignatureView and use it in our…
In this post, I will show you how to implement android TextView enable copy paste. For doing that we’ll create a sample app and Implement copy/paste in your…
Welcome to android marshmallow runtime permissions example. In this article, I’ll tell you to best practices of runtime permissions in android. For doing that will create a sample…
Hello guys, as per title in this post I ‘ll tell you how to download the app using a download manager and install it programmatically. For doing that…
In this post, we’ll learn android force update app when a new version is available on play store. What is the need for android force update app? this…
In this post, I will explain the foreground service android in Kotlin. We’ll see the real implementation of foreground service. So let’s get started. In the previous Foreground…
Objective This article is dedicated to those developers who want to become a better android developer. Every developer wants to become a better developer. So to become a…