Code shrinking and obfuscation Using R8 in AndroidCode shrinking and obfuscation helps you to significantly reduce the size of your application. Enabling shrinking, you benefit from obfuscation, which shortens the names of your app鈥檚 classes and members, and optimization, which applies more aggressi...Sep 29, 2022路2 min read
Connecting your Flutter Project to Firebase For Both Android And IosFirebase 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 will show you how to do that in a few steps. What you need to know before reading this article How to...Aug 1, 2022路2 min read
Hiding API Keys In AndroidHiding API keys is an important and crucial practice in android. This will ensure that your API keys are not accessed by unauthorized people, reduce billing on your APIs and increase the security of your app. Let's hide API Keys in these simple steps...Jul 31, 2022路1 min read
Navigation In ComposeIn this article, we will be handling navigation with jetpack compose. We will build an application with a bottom navigation bar, and a navigation drawer and we will enable navigation between different screens. If you have no basic understanding of bu...Jun 7, 2022路3 min read