Home
Apps
Blog
Terms of Service
Privacy Policy
Welcome to Unbox APK Blog!
Admin
Auto Casting in Kotlin Using When Expression: How It Works
Discover how to use Kotlin's when expression with auto casting to simplify your code. Learn how it works and increase your Kotlin programming efficiency
Mar 4, 2023
•
Programming
Admin
How to use If condition as return value in Kotlin
Learn how to use the if statement as a return value in Kotlin with this concise guide. Increase your Kotlin programming efficiency with single-expression functions.
Mar 4, 2023
•
Programming
Admin
Ways to use loops in Kotlin with examples: For, While, Do-while, Repeat, Foreach Loop in Kotlin
Learn how to use loops in Kotlin with examples of popular loop structures like for, while, do-while, repeat, and foreach loop.
Mar 3, 2023
•
Programming
Admin
How to Use Infix Notation in Kotlin Programming Language.
Learn about the use of infix notation in Kotlin programming language with this tutorial. Discover how to define infix functions and call them using a special syntax.
Mar 3, 2023
•
Programming
Admin
Exploring the Power of Kotlin's Object Class: Creating Singletons, Anonymous Classes, and Extending Classes
Discover the versatility of Kotlin's Object Class. Learn how to create singletons, anonymous classes, and extend classes. Explore code examples and use cases in this comprehensive guide.
Mar 2, 2023
•
Programming
Admin
Explanation of Kotlin's Companion Object Keyword
Learn about Kotlin's Companion Object keyword and how it allows you to create a singleton object within a class, which is shared among all instances of that class. Find examples and use cases.
Mar 2, 2023
•
Programming
Admin
Exploring Key Concepts in Kotlin Coroutines: Launch, Async, withContext, runBlocking, and runCatching.
Learn by example how to use coroutine launch, async, withContext, runBlocking, and runCatching in Kotlin to build efficient and error-free apps.
Feb 28, 2023
•
Programming
Admin
Understanding SupervisorScope and CoroutineScope in Kotlin Coroutines
Learn about the key differences between SupervisorScope and CoroutineScope in Kotlin Coroutines, and how to choose the right scope for your asynchronous tasks. Explore examples and best use cases in this deep dive article
Feb 28, 2023
•
Programming
Admin
How to Implement Firebase Deep Link with Navigation Graph and Safe Arguments
Learn how to implement Firebase Deep Link with Navigation Graph and Safe Arguments in your Android app. This tutorial will guide you through the process of setting up deep linking in your app using the latest navigation components and safe arguments.
Feb 28, 2023
•
Programming
Admin
Understanding Kotlin Coroutines Dispatchers and Their Usage.
Learn how to use Dispatchers in Kotlin Coroutines for efficient asynchronous programming. Explore the different types of Dispatchers and their use cases for optimal performance.
Feb 19, 2023
•
Programming