PinnedPublished inProAndroidDevIntegrating AdMob in Kotlin Multiplatform: A Complete GuideKotlin Multiplatform (KMP) allows developers to share code between iOS and Android platforms while maintaining native performance and user…Dec 23, 20241Dec 23, 20241
Android Kotlin code snippets — Coil Image loadingCoil is a library to load images https://coil-kt.github.io/coil/. This article show how to display images in an Android app.5d ago5d ago
KMP - Cocoapods IntelliJ Plugin org.jetbrains.kotlin.native.cocoapodsGetting started with CocoapodsJan 5Jan 5
Building a Modern Android App: MVVM, Navigation, and RetrofitIn this tutorial, we’ll build a modern Android application that demonstrates best practices in Android development. We’ll create a search…Dec 19, 2024Dec 19, 2024
Create a Web Page with ChatGPTLearn how to create a simple web page or support page using ChatGPT to generate HTML code and GitHub Pages to host it for free. Creating a…Dec 12, 2024Dec 12, 2024
Android App Navigation with Compose — Part 2: Passing Data Between ScreensTutorial shows how to pass data between two screen. Continuation of the blog post: Android app Navigation with Compose — part 1 This code…Dec 11, 2024Dec 11, 2024
Android App Navigation with Compose — part 1A straightforward example showcasing the use of a Navigation Controller in Jetpack Compose. This Jetpack Compose application demonstrates…Dec 11, 2024Dec 11, 2024
Building a Simple Android MVVM App with Jetpack ComposeIn this tutorial, you’ll learn how to create a simple Android app that displays a list of images. We’ll use Jetpack Compose, Kotlin, Coil…Dec 5, 2024Dec 5, 2024
Voice to Text | Kotlin | Android Jetpack ComposeThis tutorial demonstrates how to create a Button composable in Jetpack Compose that triggers speech recognition when clicked. The…Nov 15, 2024Nov 15, 2024