#android
Read more stories on Hashnode
Articles with this tag
Understanding Coroutines and Flow Kotlin Coroutines and Flows are a powerful tool for managing asynchronous programming in your Android apps. This...
The problem When working with JVM (Java Virtual Machine), the Garbage Collector will take care of allocating and deallocating memory for us - Most of...
What are quick actions? Quick actions under the hood are App Shortcuts(in Android) and Home Screen Actions(in iOS) which allow users to perform...
What are app shortcuts? App shortcuts (introduced in Android Nougat 7.1) allow users to perform certain app actions without having to open the app....
Flutter has become quite popular among app developers because - Ease of development, Cross-platform, Declarative UI, Hot reload, and Native-like...
In this article, we’ll see what exactly is Navigation component and how to implement it. Android Jetpack is a suite of libraries, tools, and guidance...