Kotlin Easy: Add, Delete, Update, and Get Value in HashMap. Code Examples

kotlin add value to hashmap

Introduction Hello, Everyone. Today, we will explore HashMap more deeply in Kotlin in this article. This time, we will learn Kotlin add value to HashMap and update and print values from HashMap, such as delete and print. For a better understanding, we will see some code examples. Q1. What is HashMap in Kotlin? Ans. In … Read more

Easy Explanation: 4 Kotlin coroutines | async | launch | GlobalScope | runBlocking

kotlin coroutines

Introduction: Kotlin coroutines Hello, Everyone. Today, we will discuss a very important and fun topic, which is Kotlin coroutines. We will see everything about coroutines, and then we will take a look at coroutines and coroutines in Android examples. This article is going to be full of knowledge just read till the end. So let’s … Read more

3 Easy Examples: Kotlin extension function

kotlin extension function

Introduction Hello Everyone, Today in this article we will discuss on a very exciting topic called the Kotlin extension function. We will discuss its needs and use cases in depth. I will explain everything in detail so be ready to explore Kotlin extension function. so let’s get started. What is Kotlin extension function Kotlin extension … Read more

Learn Accessibility service in android

accessibility service

Introduction Hello Everyone, So in today’s article we are going to learn about accessibility service in android. I will teach you how to implement accessibility service and track different feedbacks from the device. Implementing acccessibilty service consist of majorly 5 steps. We are going to talk about those steps one by one so that you … Read more