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...
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!
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...
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...
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 ...
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...
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 ...