#kotlin
Read more stories on Hashnode
Articles with this tag
TextScaling allows to increase and decrease the font size Let's talk about how you would handle text scaling on a jetpack compose project. Text...
What is documentation Code documentation is a description and comments explaining how code works and how to use it. Clearly documented code has a...
In this article, I will guide you on a step-by-step process on how to implement in-app purchases and subscriptions in your Android project using...
Hiding API keys is an important and crucial practice in android. This will ensure that your API keys are not accessed by unauthorized people, reduce...
In this article, we will be handling navigation with jetpack compose. We will build an application with a bottom navigation bar, and a navigation...