© 2023 Hashnode
#kotlin
Introduction Jetpack Compose is a modern toolkit for building Android user interfaces using Kotlin. One of the common problems when building an app is sharing data between different screens. There are…
Everything Bad is Good for You is a pop culture book that points out that some things we assume are bad (like TV) have tremendous benefits to our well-being. I love the premise of disrupting the conve…
Understanding the activity life cycle is easier than you think. I didn't understand anything but the onCreate() until I started utilizing all of them. I'm going to give you a simple explanation of how…
In this blog, we will be creating a basic "Hello Android App" Using Kotlin: A Step-by-Step Guide - Introduction: Kotlin is a modern and concise programming language that has gained popularity for Andr…
Flutter Flutter, developed by Google, is an open-source software development kit (SDK) for creating user interfaces (UI). It enables developers to build applications that work across multiple platform…
I was writing a component test in Kotlin for a scenario where we publish an event to a Kafka topic whenever we receive a request from an upstream system. It offered a good opportunity to learn how to …
In our fast-paced industry, accelerating mobile app development is crucial. That's where Microservices Architecture comes in. This approach breaks our apps into smaller, manageable pieces, each with i…
Intro If you work in a team you will surely have felt the pain of not being all on the same page when it comes to code style and formatting. Code style and formatting are important for many reasons. C…
Breaking the Threshold with Kotlinx-cli After the onboarding process, my initial two weeks at the Summer of Bitcoin internship were not very productive due to my end-semester exams and participation i…
As Android developers, we're always looking for ways to improve our workflow. One area that often gets overlooked is the optimization of APK builds. By refining this process, we can reap several benef…