Tired of builds slower than Monday mornings? This Bitrise guide spills the secrets to turbocharging your Android workflow, locking down security, and launching apps smoother than a bug-free pull request. Ready to push code faster and hit green builds?
Nav Singh explains how to replace deprecated ClickableText with LinkAnnotation in Jetpack Compose, enabling more flexible and maintainable in-app link handling.
Are you tired of using error tracking tools that do not communicate with backend teams or solve complex issues? Check out this quick video to learn how Embrace can help your entire organization keep a finger on the pulse of app performance and user experience.
Abdelraouf Sabri built the OpenInTools plugin to simplify KMM development by enabling quick access to Xcode and other tools directly from IntelliJ IDEA.
Jaewoong Eum explains how to ensure Android SDK stability by using tools like Binary Compatibility Validator and Metalava to track and prevent unintended public API changes.
Nathan Kayumba introduces the Room persistence library as a way to give Android apps local memory, enabling structured data storage and retrieval through a simplified abstraction over SQLite.
Sofien Rahmouni outlines a multi-layered approach to securing Android payment apps, including runtime checks for debugging, root access, and developer options, along with code obfuscation and integrity verification.
Ilya Muradyan introduces Kotlin Notebooks in IntelliJ IDEA 2025.1, highlighting their use for interactive development, rapid prototyping, and seamless code execution within the IDE.
Anton Arhipov provides a step-by-step guide to structuring Ktor projects using Domain-Driven Design principles, demonstrating the approach by building a minimalistic CRM system.
We reach out to more than 80k Android developers around the world, every week, through our email newsletter and social media channels. Advertise your Android development related service or product!
Google introduces native support for digital credentials in Android via the Credential Manager’s DigitalCredential API, enabling apps to issue and verify verifiable credentials like IDs and memberships using OpenID standards
Sergio Sastre discusses screenshot testing and test-driven development (TDD) in Android, sharing insights on how visual regression testing can improve UI reliability and developer confidence.
JetBrains AI Assistant is built into IntelliJ IDEA to help you write Kotlin stay focused and code faster. In this video, we walk you through how it works and what it can do – from smarter code completion to multi-file edits and context-aware chat.
Philipp Lackner looks at two bad examples of using coroutine dispatchers, the differences between coroutines and threads, Dispatchers.IO & Dispatchers.Default and which one is better for what and why?