Please turn JavaScript on
ProAndroidDev - Medium icon

ProAndroidDev - Medium

Want to stay in touch with the latest updates from ProAndroidDev - Medium? That's easy! Just subscribe clicking the Follow button below, choose topics or keywords for filtering if you want to, and we send the news to your inbox, to your phone via push notifications or we put them on your personal page here on follow.it.

Reading your RSS feed has never been easier!

Website title: ProAndroidDev

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  1.23 / day

Message History

How to streamline your development workflow with pre-configured Kotlin Convention Plugins, custom Lint rules, and unified design system tokens.

Creating a new Android application from scratch in modern engineering is rarely as simple as clicking File → New → New Project in Android Studio.

Before writing a single line of business logic, developers face ho...


Read full story
Image generated using Gemini

In this article, we will learn how to implement the new 📍Location button introduced in Android 17 in Jetpack Compose-based Android applications.

Android 17 adds a system-rendered 📍Location Button that we can drop into the layout via a Jetpack library, and tapping it gives the app precise lo...


Read full story

Part 1 of a series. This post is the high-level overview. The next posts go into each module in detail.

I am an Android and Android TV developer with about ten years of experience. For the last few years I have been leading a streaming app at Devolic that has to run on Android mobile, Android TV, desktop, iOS and tvOS. This series is about how that requirement ...


Read full story
What Happens When I Push New Code

AI is making it much easier to write code. As an individual developer, I use AI quite often while working on my Android projects. But there is one thing that is easy to forget when you’re working alone: reviewing your own code.

When AI helps you write a feature, it’s very easy to accept the generated code, test that it w...


Read full story
How memory allocation data revealed what the Layout Inspector was hiding about Compose recompositions.

I recently went down a rabbit hole trying to understand why a production Compose screen felt heavier than it should. What started as a simple profiling session turned into something bigger. The Layout Inspector and the Memory Profiler were telling me two completely different ...


Read full story