Android BootUp Sequence: Major MilestonesUnderstanding the Key Steps from Power On to LauncherJul 23, 2024·2 min read
Looper, Handler in Android Part 1 - LooperExploring Android Threading: Looper & Handler ConceptsJan 12, 2024·4 min read
Consumer interface in JavaThe Consumer interface was introduced in Java 1.8. Below is a an excerpt from the official documentation Represents an operation that accepts a single input argument and returns no result. Unlike most other functional interfaces, Consumer is expecte...Dec 31, 2023·3 min read
Activity in Android - Part 1Merriam Webster dictionary defines activity as the quality or state of being active : behavior or actions of a particular kind In a nutshell, Activity refers to place of interaction with an Android device. Technically, it represents a Window, but t...Dec 29, 2023·4 min read