© 2023 Hashnode
#android-studio
So, in this second blog, I'll explain how to set up and install React Native on your Windows systems. Before we see how to set up React Native, the first thing to note is that you don't need any high-…
Shared from Danubius IT Solutions' tech blog. This fast tutorial shows how to create a list of credit cards with JetPack Compose. Just follow the steps and try out Google’s declarative UI framework to…
In this demo app, we will guide you through the steps to enable FirebaseUI for authentication and demonstrate how to integrate it into your Jetpack Compose application. We're going to add these 2 sign…
Introduction A "Duplicate class" error can occur in a Jetpack Compose project when two or more dependencies contain the same class. This can happen when adding new dependencies to your project. To fix…
My ThinkPad X240 (2013) is old and laggy, but I love it. Ubuntu gave it a second life and apparently, Ubuntu LOVES Flutter because the installing part is sooo much easier than on Windows or Mac. This …
Nowadays, we all have smartphones with lots of applications. But has anyone considered how that app may be developed? If someone wants to create an app, how can he do so and what resources would be ne…
Introduction Advantages of using Ktor Client: Cross-platform support: Unlike Retrofit, which is Java-based and has different implementations for Android and iOS, Ktor is built on Kotlin Multiplatform…
In this tutorial, we learn How to Create FilterChipGroup step-by-step: Define the FilterChipGroup function with parameters: items: A list of strings representing the filter chip labels. defaultSele…
This is part of the Jetpack Compose navigation series: Part 1 - Simple Jetpack Compose Navigation Example Part 2 - Compose Destinations - Navigation Library Part 3 - How to Add Bottom Navigation in…
Are you new to Android Development? And do you want to learn how to set up your Integrated Development Environment (IDE) for building your projects? Then you are in the right place! Android Studio is …