Published inStackademicAdMob Integration in Compose MultiplatformHello friends, in this article I will show you how to implement banner and interstitial(fullscreen) ad in compose multiplatform.Jul 22, 20245Jul 22, 20245
Authentication Handling with Ktor in AndroidIn this tutorial. We will learn how to handle bearer token management with Ktor in Android. I created a server also for testing. Before the…May 17, 20234May 17, 20234
Ktor Swagger IntegrationHello from new day of new year. In this article, I am going to show you how to create a swagger ui for your web application without knowing…Jan 2, 2023Jan 2, 2023
OneSignal Notification Handling Using Hilt in Multi Module Architecture Android AppHi y’all! In this article I am going to show you how we handle push notifications with additional data in our multi module application…Dec 12, 20221Dec 12, 20221
Localization of Generic and Clickable Strings in AndroidYou have a text like “My balance is $300” and you want to localize this, also “$300” part is generic. What will you do?Nov 20, 20221Nov 20, 20221
Write Test for Authenticated Requests in KtorIf you want to handle all authenticated requests with token, you can create an extension for it.Dec 18, 2021Dec 18, 2021
JWT Authentication with Error Handling in KtorJWT is one of the most used authentication types in server side applications. There are many libraries for implementation in frameworks…Dec 9, 2021Dec 9, 2021