#android-app-development
Read more stories on Hashnode
Articles with this tag
This article is for you, if you are desperate to see what is going on inside the functions(Composables) you are using to show your app's UI, update...
Effect Handlers: as the name suggests, they are used to handle the “side”-effects in Jetpack-Compose. But, what exactly is a *side-*effect? According...
In this article, I will be showing you how you can integrate the Razorpay payment gateway into your production-ready application. Also, I will be...
Like always we will directly jump into the implementation part and learn the things on the go… Dependency: // Test rules and transitive...
Pre-requisites: A unique referral code generation mechanism for every user(should be done in the backend). Testing the feature can be done in the...
FCM workflow Overview: A unique identifier of every device is generated each time the fresh(First launch, clear data, re-installing, etc) app is...