Encrypting data in Android Room DBLearn how to encrypt/decrypt DB data by writing a layer on top of Room Dao’sJun 27, 20213Jun 27, 20213
Command pattern — Part 2Learn how to decouple the requester of action from the executor of action.Sep 10, 2019Sep 10, 2019
Command pattern —Part 1In part 1 of this series you will learn basics and terminology of command pattern with the help of a example …Sep 6, 2019Sep 6, 2019
All about GSSoC 2019Why GSSoC and important tips on how to get started after selection.May 23, 2019May 23, 2019
Design Patterns: The Decorator PatternLearn how to make your code cleaner and more modular with the Decorator patternMay 7, 20194May 7, 20194
Abstract factory patternLearn about abstract factory pattern in detail with example. First make sure to learn about Factory pattern also…Apr 20, 2019Apr 20, 2019
Factory PatternFactory pattern in detail with example and github repo. Dive in to learn about it …Apr 16, 20191Apr 16, 20191
Strategy PatternStrategy design pattern explained with example. This is the first pattern explained in my design pattern seriesJan 19, 2019Jan 19, 2019
Design Patterns IntroductionIntroduction to design patterns. Why to use them, what’s the benefit, who uses them and few commonly asked questions about them.Jan 6, 2019Jan 6, 2019
3-D touch in Android Part 2Make sure that you have read Part-1 of this two part post series.In this part we will add animations and remove a bug.Jan 5, 2019Jan 5, 2019