Preference Datastore Android — An implementation guideA new and improved way to store data.Dec 28, 20202Dec 28, 20202
Proto Datastore Android — A simple guide to implementA new and improved way to store data:Dec 26, 20201Dec 26, 20201
Design Pattern — Composite“Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and…Aug 26, 2020Aug 26, 2020
Java Pass by Value or Pass by ReferenceOne of the biggest confusion in Java programming language is that ‘Is Java Pass by Value or Pass by Reference?’ and most of the…Apr 25, 20201Apr 25, 20201
Java Memory Allocations: Stack vs Heap and other areasAs a developer, one should know about the memory allocations that how variables, function calls, execution instructions or object creation…Apr 25, 2020Apr 25, 2020
Build Variants — Android (Advanced)It is a continuation of build variant series. If you are a new to variant, you can checkout my tutorials for Beginner and Intermediate.Apr 5, 2020Apr 5, 2020
Build Variants — Android (Intermediate)Variant is a way to create multiple .apks with different set of configurations within maintaining a single project. If you are a new to…Feb 14, 2020Feb 14, 2020
Build Variants — Android (Beginner)Development of a scale-able app is one of the masterpiece of your project architecture, When you are building a large application (or…Feb 9, 2020Feb 9, 2020