#android
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...
Code shrinking and obfuscation helps you to significantly reduce the size of your application. Enabling shrinking, you benefit from obfuscation, which...
Firebase can be essential while building apps and the first important step is to know how to connect it to our flutter projects. In this article, I...
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...