Skip to content
AndroidBoss
AndroidBoss
Build Android Apps Like a Boss
Home Contact Us Terms and Conditions Privacy Policy
AndroidBoss
AndroidBoss
Build Android Apps Like a Boss
Home Contact Us Terms and Conditions Privacy Policy

Category: coroutines

Debounce in Kotlin Android Search View

December 14, 2022

In Kotlin, a debounce the function limits the rate at which a particular action is performed. This can be useful in a variety of situations, such as when performing a network request or a complex calculation. By debouncing an action, you can prevent it from being performed too frequently, which can improve your app’s performance […]

comment 0 Comments

Fetch Google Advertising Id Android, Kotlin coroutines

October 23, 2021

Nowadays we are using Google advertising id as a unique identifier besides IMEI, GSM subscriber id, Device id, etc. Let’s have a look at how we can retrieve or fetch google ads/advertisement id using Kotlin coroutines.

comment 0 Comments

Archives

  • December 2022
  • November 2021
  • October 2021

Categories

  • android
  • beginner
  • coroutines
  • java
  • kotlin

Recent Posts

  • How to disable doze mode in android, kotlin?
  • Debounce in Kotlin Android Search View
  • How to enable auto start permission programmatically for customized android OS?
  • What is a Factory Method in Kotlin?
  • What are Generics in Kotlin?

Recent Comments

No comments to show.