Android Weekly - Android Weekly #470 🤖
June 13, 2021
|
Articles & Tutorials | |
Navigating in Jetpack Compose
(jossiwolf.medium.com)
In this post, Jossi Wolf explores the Navigation component’s support for Jetpack Compose and takes a look under the hood! | ||
Jetpack Compose: Navigating to a Detail View (Part III)
(www.waseefakhtar.com)
Waseef Akhtar continues his series on Jetpack Compose navigation, showing how to add a detail view that a list view navigates to when clicked on an item. | |
Sponsored |
Struggling to configure ProGuard or R8?
(www.guardsquare.com)
Configuring ProGuard or R8 can often be complex. Using the right tools such as the ProGuard Playground, which helps you to write -keep rules more efficiently through visualisation, can greatly improve the process. Read Guardsquare’s latest blog post to discover how they leveraged tools and best practices to configure ProGuard for the DuckDuckGo app. | ||
The Story of My First A-ha Moment With Jetpack Compose
(proandroiddev.com)
In this article, Adib Faramarz explains how he had his first A-ha moment trying to create a Sudoku app with Jetpack Compose. | |
Jetpack Compose Animations in Real Time
(proandroiddev.com)
Halil Ozercan decided to implement a beautiful animation in Jetpack Compose. | |
Bluetooth LE for modern Android Development - part 1
(www.hellsoft.se)
This post by Erik Hellman is the first in a series where he aims to explain how to use the BLE APIs on Android to their full potential. | |
Random Musings on the Android 12 Beta 2
(commonsware.com)
Mark Murphy examines Beta 2, which has a bit more change in the API surface than you'd expect… and yet still does not have everything that might yet show up in Android 12. | |
Create Your KMM Library
(blog.jetbrains.com)
In this article, Alex Anisimov provides a brief overview of the most popular Kotlin Multiplatform Mobile libraries and shed some light on what motivated the authors to create them, and hopefully inspire you to contribute yourself. | |
Gradle Plugin Tutorial for Android
(www.raywenderlich.com)
Bhavesh Misri teaches how to create a Gradle plugin within your existing Android app, or as a standalone project that you can publish and use in any Android project | |
Multiple back stacks. A deep dive
(medium.com)
Ian Lake's deep dive into handling multiple back stacks using Jetpack Navigation. | |
Create an application CoroutineScope using Hilt
(medium.com)
In this article, Manuel Vivo shows how to create an application-scoped CoroutineScope using Hilt, and how to inject it as a dependency. | |
Compose: List / Detail - Testing part 1
(blog.stylingandroid.com)
In this post, Mark Allison explores some testing strategies for Jetpack Compose and discusses how we can design our composables for testability. | |
Detect Configuration Regressions In An Android Gradle Build
(engineering.premise.com)
In this post, Nate Ebel walks you through a bit of a case study into this build monitoring process to quickly catch regressions in the build process. | |
Run Custom Gradle Task After “build”
(handstandsam.com)
Sam Edwards creates a custom Gradle task, which is a great way to write your own behavior to accomplish this using the Gradle build system. | |
Learning State & Shared Flows with Unit Tests - Coding with Mohit
(codingwithmohit.com)
Mohit Sarveiya goes over all the features of Coroutine state flows and shared flows using unit tests. | |
Place a sponsored post | |
Place a sponsored post & reach over 66k Android devs
(androidweekly.net)
| ||
Jobs | |
Senior Android Developer
(Remote in EMEA)
Komoot is and app that lets you find, plan, and share outdoors adventures. You’ll team up with 4 world class Android engineers and take over full responsibility for the app.You’ll develop diverse features for navigation, routing, social interaction and content visualization. | |
Android Developer
(Remotely within the UK)
At Chip, our mission is to make saving effortless for millions. You will be responsible for writing well-architected and performant Kotlin code to provide the best possible user experience to our savers. We're growing fast and are showing no signs of slowing down. Apply today! | |
Libraries & Code | |
SquircleView
(github.com)
SquircleView is a library which provides you with Squircle views to use for buttons, views, etc. | ||
Keeper
(slackhq.github.io)
A Gradle plugin that infers Proguard/R8 keep rules for androidTest sources. | |
licensee
(github.com)
Gradle plugin which validates the licenses of your dependency graph match what you expect | |
News | |
Android 12 Beta 2 Update
(android-developers.googleblog.com)
Google has released the second Beta of Android 12 for you to try. Beta 2 adds new privacy features like the Privacy Dashboard and continues our work of refining the release. | ||
Accelerate Your App Development with Firebase Extensions
(firebase.googleblog.com)
Google introduces some new Firebase Extensions which allow you to add pre-built and tested functionality with just a few clicks. | |
Videos & Podcasts | |
Talking Kotlin: Realm for Kotlin Multiplatform
(www.youtube.com)
In this episode, listen to Nabil Hachicha and Claus Rørbech from the Realm team talk about the Realm Kotlin Multiplatform SDK project | ||
Advanced Collection Operations
(www.youtube.com)
In this episode of Kotlin Standard Library Safari, Sebastian Aigner speaks all about advanced collection functionality! | |
Essential Skills for Android Developers
(www.youtube.com)
Nate Ebel is dishing out some career advice for Android developers to help understand the essential skills required for Android app development - and to understand which might not actually be essential. | |
Android Developers Backstage: Security Deposit
(adbackstage.googledevelopers.libsynpro.com)
In this episode, Chad and Jeff from the Android Security team join Tor and Romain to talk about… security | |
Fixing Bugs With TDD In Jetpack Compose
(www.youtube.com)
In this stream, Adam McNeilly takes a look at a bug created in his Jetpack Compose code, writes some tests for it, and fixes the bug. | |
compileSdkVersion vs. targetSdkVersion - what's the difference?
(www.youtube.com)
In this video, Paulina takes a closer look at two values that are set in the build.gradle file: compileSdkVersion and targetSdkVersion | |
Copyright © 2021 Android Weekly, All rights reserved.
You came here because you want all the new stuff in the android dev world! Our mailing address is: |
||
update subscription preferences
|
or |
unsubscribe from this list
|
Older messages
Android Weekly #469 🤖
Sunday, June 6, 2021
View in browser Android Weekly #469 June 6, 2021 Articles & Tutorials link image A Cautionary Tale (adambennett.dev) Adam Bennett shares a post mortem on how he accidentally pinged every Android
Android Weekly #468 🤖
Sunday, May 30, 2021
View in browser Android Weekly #468 May 30, 2021 Articles & Tutorials link image Exploring Android 12: Splash Screen (joebirch.co) Joe Birch digs into the latest version of Android which gives to
Android Weekly #467 🤖
Sunday, May 23, 2021
View in browser Android Weekly #467 May 23, 2021 Articles & Tutorials Jetpack Compose: Styles and Themes (Part II) (www.waseefakhtar.com) In this second part of the series, Waseef Akhtar looks at
Android Weekly #466 🤖
Sunday, May 16, 2021
View in browser Android Weekly #466 May 16, 2021 Articles & Tutorials link image Static analysis tools for Android (coyarzun.medium.com) Cristopher Oyarzun takes a look into the most popular static
Android Weekly #465 🤖
Sunday, May 9, 2021
View in browser Android Weekly #465 May 9, 2021 Articles & Tutorials Using Realm persistence library in a Kotlin Multiplatform project (johnoreilly.dev) John O'Reilly digs in to see what the
You Might Also Like
Daily Coding Problem: Problem #1619 [Hard]
Monday, November 25, 2024
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given two non-empty binary trees s and t , check whether tree t has exactly the
Unpacking “Craft” in the Software Interface & The Five Pillars of Creative Flow
Monday, November 25, 2024
Systems Over Substance, Anytype's autumn updates, Ghost's progress with its ActivityPub integration, and a lot more in this week's issue of Creativerly. Creativerly Unpacking “Craft” in the
What Investors Want From AI Startups in 2025
Monday, November 25, 2024
Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 25, 2024? The HackerNoon
GCP Newsletter #426
Monday, November 25, 2024
Welcome to issue #426 November 25th, 2024 News LLM Official Blog Vertex AI Announcing Mistral AI's Large-Instruct-2411 on Vertex AI - Google Cloud has announced the availability of Mistral AI's
⏳ 36 Hours Left: Help Get "The Art of Data" Across the Finish Line 🏁
Monday, November 25, 2024
Visual Capitalist plans to unveal its secrets behind data storytelling, but only if the book hits its minimum funding goal. View Online | Subscribe | Download Our App We Need Your Help Only 36 Hours
DeveloPassion's Newsletter #180 - Black Friday Week
Monday, November 25, 2024
Edition 180 of my newsletter, discussing Knowledge Management, Knowledge Work, Zen Productivity, Personal Organization, and more! Sébastien Dubois DeveloPassion's Newsletter DeveloPassion's
Meet HackerNoon's Latest Features: Boost Stories with Translations, Speech-to-Text & More
Monday, November 25, 2024
Hey, Hacker! HackerNoon's monthly product update is here! Get ready for a new version of the mobile app, more translation developments, a new AI Gallery, backend moves, and more! 🚀 This product
The ultimate holiday gadget gift
Monday, November 25, 2024
AI isn't hitting a wall; $70 off Apple Watch; 60+ Amazon deals -- ZDNET ZDNET Tech Today - US November 25, 2024 Meta Quest 3S Why the Meta Quest 3S is the ultimate 2024 holiday present This $299
Deduplication in Distributed Systems: Myths, Realities, and Practical Solutions
Monday, November 25, 2024
This week, we'll discuss the deduplication strategies. We'll see whether they're useful and consider scenarios where you may need them. We'll also do a reality check with the promises
How to know if your data has been exposed
Monday, November 25, 2024
How do you know if your personal data has been leaked? Imagine getting an instant notification if your SSN, credit card, or password has been exposed on the dark web — so you can take action