Messages
6/23/2023
16 : 4
Automate Gradle Dependency Updates on Your Android Project
View in browser 🔖 Articles Automate Gradle Dependency Updates on Your Android Project Managing Gradle dependencies on an Android project doesn't have to be a hassle when you know how to leverage
6/20/2023
5 : 54
Top 3 things to know in multi-device from Google I/O 2023
View in browser 🔖 Articles Top 3 things to know in multi-device from Google I/O 2023 Did you miss any multi-device updates at Google I/O this year? Don't worry – here are the top 3 things you
6/12/2023
2 : 17
Android 14 Beta 3 and Platform Stability
View in browser 🔖 Articles Android 14 Beta 3 and Platform Stability With today's Android 14 Beta 3 release, we're continuing into the next phase of the Android development cycle. It builds upon
6/2/2023
16 : 14
Now in Android
View in browser 🔖 Articles Now in Android Top MAD things at I/O, Designing for Wear OS, InteractionSource, Studio Bot, ViewComposition, and Navigation Animation in Jetpack Compose, Game Development,
5/26/2023
16 : 15
Designing for Wear OS: Getting started with designing inclusive smartwatch apps
View in browser 🔖 Articles Designing for Wear OS: Getting started with designing inclusive smartwatch apps We cover how best to design for your target audience, and how to make the most of the
5/19/2023
16 : 14
Illuminating Interactions: Visual State in Jetpack Compose
View in browser 🔖 Articles Illuminating Interactions: Visual State in Jetpack Compose This blog post will explain how to listen to user interactions in Jetpack Compose, and create reusable visual
5/12/2023
16 : 14
The Better WebViews Collection
View in browser 🔖 Articles The Better WebViews Collection WebViews are one of the most controversial subjects in the Android Community and unfortunately have been much maligned by developers. WebViews
5/5/2023
16 : 24
Statistically Rigorous Android Macrobenchmarks
View in browser 🔖 Articles Statistically Rigorous Android Macrobenchmarks This article leverages statistics fundamentals to suggest a scientifically sound approach to analyzing Jetpack Macrobenchmark
4/28/2023
16 : 14
Photo Picker Everywhere
View in browser 🔖 Articles Photo Picker Everywhere Improving privacy remains a top priority on Android. We've been investing in the platform to give users more control, increase transparency, and
4/21/2023
16 : 14
The Shape of Things to Come
View in browser 🔖 Articles The Shape of Things to Come Creating and animating rounded shapes with AndroidX, Part I Discovering Material 3 for Android — ListItem This series of articles is designed to
4/19/2023
6 : 14
Android Studio Flamingo is stable
View in browser 🔖 Articles Android Studio Flamingo is stable This release includes improvements to help you build pixel-perfect UI with Live Edit, new features that assist with inspecting your app,
4/7/2023
16 : 5
What’s new in WindowManager 1.1.0-beta01
View in browser 🔖 Articles What's new in WindowManager 1.1.0-beta01 The 1.1.0-beta01 release of Jetpack WindowManager continues the library's steady progress toward stable release of version
3/31/2023
16 : 14
Tabletop Mode with existing layouts
View in browser 🔖 Articles Tabletop Mode with existing layouts One of the innovations in Android foldables is Tabletop Mode (or “Flex Mode” on Samsung), where a device with a horizontal fold or hinge
3/24/2023
17 : 14
What’s new in the Jetpack Compose March ’23 release
View in browser 🔖 Articles What's new in the Jetpack Compose March '23 release This release contains new features like Pager and Flow Layouts, and new ways to style your text, such as
2/24/2023
17 : 14
Accessing Composables from UiAutomator
View in browser 🔖 Articles Accessing Composables from UiAutomator How can you use UiAutomator in Jetpack Compose apps? Kotlin Coroutine Cancellation Quiz-Refresh Your Kotlin Knowledge It will be fun to
2/17/2023
17 : 14
All aboard the mobile release train
View in browser 🔖 Articles All aboard the mobile release train How to ship higher quality apps by adopting continuous deployment Android 14 features: Everything you need to know From privacy to
2/10/2023
17 : 14
The first developer preview of Android 14
View in browser 🔖 Articles The first developer preview of Android 14 Android 14 continues our work to improve your productivity as developers, along with enhancements to performance, privacy, security,
2/3/2023
17 : 14
It’s a non-transitive R class world
View in browser 🔖 Articles It's a non-transitive R class world In this post, we'll walk through how we transitioned to non-transitive R class and some of the benefits — both expected and
1/27/2023
17 : 14
Control when changes to your app are sent for review with new Play Console features
View in browser 🔖 Articles Control when changes to your app are sent for review with new Play Console features Google Play Console is constantly evolving to improve how you manage and publish your apps
1/20/2023
17 : 14
Detecting Android memory leaks in production
View in browser 🔖 Articles Detecting Android memory leaks in production Android developers have a number of tools in their arsenal for detecting memory leaks such as Android Studio Memory Profiler,