#android
Read more stories on Hashnode
Articles with this tag
While working on my recent Compose Multiplatform project, Sync Sphere, which targets iOS, Android, and Desktop, I needed to add some debug checks in...
I recently needed to use a custom font for my Compose multiplatform project Sync Sphere and I thought I'd share my solution in case it was helpful to...
If you're working on a large Android project with many modules, you've likely noticed that the build files can become difficult to manage and find,...
We've all been there. It's another day in the Android Studio jungle, and you're tasked with creating a new module for your project. As you fire up the...
As an Android developer, you know that keeping track of dependencies and their versions can be a challenging task. With each new version, libraries...
If you're working on an Android project, you know that building your app can take a long time, especially as your codebase grows. Gradle is the build...