Márton Braun documents everything you’d ever want to know about opt-in annotations, and more.
Are failed or slow network requests causing errors in your Android apps? Gain visibility into the network requests the app made in the run up to the error so you can quickly resolve any errors and minimize the impact on user experience. Learn how.
Ralf Wondratschek shares a journey about how to measure build times for Android
Slow applications frustrate users, which leads to bad reviews, or customers swiping left to the competition. We wrote about the 4 metrics every mobile developer should care about. Learn more. (New users get 1 month free using code ANDROIDWEEKLY.)
In this third post of the series, Udit Verma looks at rememberUpdatedState which is another API related to side-effects, although it does not start a new side-effect like the ones we’ve seen before
Rafael Costa introduces Compose Destinations — a code-generating library that tries to improve navigation in this new Jetpack Compose world.
Vipul Thawre shares a way to capture a Composable as a Bitmap.
Marcin Moskała wrote this article to help you understand how exceptions propagate from child to parent in basic builders, and how they can be stopped.
In this tutorial, Pablo Gonzalez Alonso teaches how to combine Jetpack Compose and the repository pattern, making your Android code easier to read and more maintainable.
This article shows you how to use TensorFlow Lite to extract text from images on Android devices.
This post by Paul Blundell explains how to implement and build your app with non-transitive R files to make it incrementally faster and your AAB/APK’s smaller.
100% Remote We are hiring Senior Android / Kotlin Developers. Work from anywhere for the world's leading brands and get supported to do more of what you love. Join the most energizing community for remote developers.
We are Memory, makers of Timely: The AI-assisted time tracking solution. As an Android Engineer you’ll work in cross functional teams to shape, implement and deliver new features to our Android apps. Our codebase is fully Kotlin with UIs mostly using Jetpack Compose. Come join us!
We're a Bank/FinTech that reaches millions of consumers every day. We're mobile first and have 200+ native mobile devs. We use Kotlin and Coroutines to build our app with the latest and greatest from Google. We're looking to hire 40+ devs & managers of all levels.
A dual-function menu button that offers a default action as well as the possibility of choosing a different action by selecting from a set of alternatives.
Small code generating library for safe Jetpack Compose navigation with no boilerplate
Contact Store is a modern contacts Android API written in Kotlin. It utilises Coroutine's Flow to notify the developer for updates happening to the Contacts database.
Compose Preferences is a library which makes it easy to add preference functionality to your Compose app
The AndroidDevSummit is back! Join on October 27-28 to hear about the latest updates in Android development directly from the Android team, and connect with Android developers around the world.
Android Game Development Kit (AGDK) was released in July, and Google has collected some top questions from developers - ranging from AGDK libraries and tools, optimizing memory in Android, and implementing graphics.
In this episode Kate Petrova shows 3 tips that will help you work with Kotlin Collections
In this video tutorial by Bhavna Thacker, learn about Ranges and Progressions in Kotlin.
In this video, you will learn how to validate and debug your Android app Analytics implementation and events using Firebase built-in Debug View.
Ryan Kay explains how he managed to teach himself complex programming topics and became a teacher who thousands of people go to for advice.
In the seventh episode of Idiomatic Kotlin’s #AdventOfCode series, take look at numerous Kotlin techniques while solving code puzzles.
In this episode, Chet, Romain and Tor have a chat with Selim, Vadim and Lucas from the Android system UI team, discussing many of the new features in Android 12's user interface.
Rahul Pandey considers to what extent should you "memorize" solutions to coding problems in technical interviews.
In this episode, learn how implementing proper color contrast for elements in your application is crucial to providing a good experience for all users.
TJ Dahunsi introduces Paging by integrating the library into the data layer of an existing app.