Articles in this series
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 app shortcuts? App shortcuts (introduced in Android Nougat 7.1) allow users to perform certain app actions without having to open the app....
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...