Book Summary: Finish What You Start: The Art of Following Through, Taking Action, Executing, & Self-DisciplineFeb 14, 2023·10 min read
Kotlin CoroutinesIntroduction Many times one may want to perform long-running tasks, like fetching data from a database or even uploading data, which often take so much time to be completed, what can I do so that even as I perform this long-running task I can continu...Aug 1, 2023·6 min read
Solid Rule in Object-Oriented ProgrammingSolid Rule in Object-Oriented Programming Introduction SOLID is an acronym for the five main principles of Object-oriented programming. S - Single Responsibility Principle. O - Open-closed Principle. L - Liskov Substitution Principle. I - Interface...Jun 12, 2022·2 min read
State In Jetpack ComposeIntroduction The state is any value that can change over time. Examples of states in android are:- Snackbar blog post with associated comments Ripples animations on buttons that play when a user clicks them. Stickers that users can draw on top of im...May 24, 2022·8 min read
States in Jetpack ComposeIntroduction The state is any value that can change over time. Examples of states in android are:- Snackbar blog post with associated comments Ripples animations on buttons that play when a user clicks them. Stickers that users can draw on top of im...May 24, 2022·8 min read