Android Weekly - Android Weekly #460 🤖
April 4, 2021
|
Articles & Tutorials | |
Share KMM module with iOS via SPM
(www.notion.so)
Paris Tsiogas' notes on sharing a Kotlin multiplatform module via Swift Package Manager with iOS. | ||
Common Design Patterns and App Architectures for Android
(www.raywenderlich.com)
Discover how to make your Android code cleaner and easier to understand with these common design patterns for Android apps with this guide from Aaqib Hussain. | |
Sponsored |
Read the stories of Jenkins experts after cloud CI
(www.bitrise.io)
“The tricky part is habit. Hitting the same thing over and over again will eventually become familiar. This can lead to unforeseen consequences — like using Jenkins when it is not really necessary. Do not be afraid to change things.” — Artur Dymorov, Android Developer | ||
Avoid launchIn
(www.billjings.com)
Bill Phillips considers why you need to be careful when using Coroutines' launchIn. | |
Sponsored |
Free Chat & Activity Feed APIs for Qualifying Teams
(getstream.io)
The Stream Maker Account provides qualifying teams with full and free access to Stream's Chat and Activity Feed APIs, making them accessible to side projects and new startups. No credit card is required. | ||
Modular Navigation with Jetpack Compose
(compose.academy)
Joe Birch shares some explorations he's been doing when adding Compose Navigation to a Modularised Android App. | |
What are Custom Intents for App Actions?
(medium.com)
Jessica Dene Earley-Cha writes how the ability to say “Hey Google, open AND do x” can be achieved. | |
Animating the Compose Galaxy
(proandroiddev.com)
Suleyman Fatih Giris shares his learnings about animations in Jetpack Compose while building a Canvas-based galaxy animation. | |
Implementing Snackbar to undo actions in Jetpack Compose
(proandroiddev.com)
Igor Escodro examines the best way to integrate the Snackbar control as an undo mechanism in Jetpack Compose. | |
Scoped recomposition in Jetpack Compose
(dev.to)
How does Compose choose to re-execute it when the state changes? Zach Klippenstein takes a closer look to find the answer. | |
Diving into Kotlin collections
(dev.to)
Kotlin Collections! You’ve heard of them, you’ve used them – so it makes sense to learn even more about them! | |
AssistedInject is dead, long live AssistedInject!
(cashapp.github.io)
AssistedInject library has been deprecated and the same functionality is now available directly in Dagger. Jake Wharton shares the steps needed to update your code. | |
Working with Package Visibility
(medium.com)
Apps targeting Android 11 or higher will only see a filtered list of apps and will need to declare the apps they need to interact with directly. This blog post by Meghan Mehta goes through best practices of how to adapt to this feature. | |
Getting to know the behaviors of your SDK dependencies
(medium.com)
Fred Chung shares several tools you can use during the different development stages of your app to learn about SDKs and libraries' handling and usage of data, so you can better protect your users’ privacy. | |
Lock your Dagger in Gradle Modules
(proandroiddev.com)
So you've broken down your app into numerous modules, but your Dagger setup suffers. Tomáš Mlynarič shows how to integrate Dagger into these modules more efficiently. | |
Using Compose Beta on AS 4.1
(marcellogalhardo.dev)
Marcello Galhardo shares a way to integrate Jetpack Compose tools into Android Studio 4.1 via some workarounds. | |
ki: The Next Interactive Shell for Kotlin
(blog.jetbrains.com)
Pasha Finkelshteyn introduces ki, a Kotlin Interactive Shell | |
Place a sponsored post | |
Place a sponsored post & reach over 66k Android devs
(androidweekly.net)
| ||
Jobs | |
Humbly Confident Senior Android Developer
(Remote)
We build You Need A Budget ("YNAB"), software that genuinely changes people's lives. We are a forgiving and friendly place to work that runs on integrity, fairness, and respect. And we've always been 100% remote. If you're ready for a positive change, we have some big plans for our Android app! | |
Senior Android Engineer
(Milan, Italy or Remote)
With tens of millions of active users and hundreds of thousands of daily downloads, we’re Europe’s leading iOS app developer. Now we’re setting our sights on taking the Play Store by storm. With a new frontier to conquer, we’re looking for a passionate and experienced native Android developer. | |
Android Engineer at onX
(Montana or Remote, USA only)
At onX we bring our devotion to the outdoors to work daily with a singular, powerful goal: to awaken the adventurer inside everyone. Using the latest Android and mapping technologies, you'll work on a suite of leading off-the-pavement GPS apps used by millions of explorers. | |
Libraries & Code | |
Holi
(github.com)
Holi is a lightweight Jetpack Compose library of colors, gradients and cool utility functions for all your palette needs! | ||
kash
(github.com)
Kash is a shell written in and powered by Kotlin | |
InflationInject
(github.com)
Constructor-inject views during XML layout inflation | |
News | |
Piracy
(blog.stylingandroid.com)
When regular, high-quality content is pirated, the original authors suffer a loss in time and money, not to mention the frustration of it all. Mark Allison writes about this challenge that he is currently facing. | |
Videos & Podcasts | |
Kotlin Collections Overview
(www.youtube.com)
In this episode, see what types of collections the Kotlin standard library offers and explore a common subset of operations available for all of the collections in the standard library. | ||
Material Components: Snackbars
(www.youtube.com)
Snackbars give users a brief message about app processes at the bottom of their screens. Learn how snackbars can be used in your app by watching this short presentation by Nick Rout. | |
Mobile App Security - An Overview For Securing Your Mobile Project
(www.youtube.com)
In this episode, Nate Ebels discusses a high-level overview of Android app security and some action items to help improve your project's security today. | |
JaCoCo with Evgeny Mandrikov
(thebakery.dev)
This episode of The Developers' Bakery is all about testing and code coverage with Evgeny Mandrikov on stage! | |
Annyce Davis
(www.raywenderlich.com)
Annyce Davis brings even more joy and enthusiasm while Dru and Nishant discuss her interview in ‘Living By The Code.’ | |
Fragmented: Quality over Quantity
(fragmentedpodcast.com)
In this episode, Donn returns for a solo episode to talk about his thoughts on Quality over Quantity and why it’s important to software development and productivity in general | |
Specials | |
#IamaGDE: Kristina Simakova
(medium.com)
Over the next few months, Google will be presenting spotlights of Google Developers Experts from across various product areas. Discover their stories, passions, and highlights of their community work. | |
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 #459 🤖
Sunday, March 28, 2021
View in browser Android Weekly #459 March 28, 2021 Articles & Tutorials A safer way to collect flows from Android UIs (medium.com) In this article, Manuel Vivo writes how Android Lifecycle
Android Weekly #458 🤖
Sunday, March 21, 2021
View in browser Android Weekly #458 March 21, 2021 Articles & Tutorials link image RenderEffect - Desaturate (blog.stylingandroid.com) In this article, Mark Allison looks at a different kind of
Android Weekly #457 🤖
Sunday, March 14, 2021
View in browser Android Weekly #457 March 14, 2021 Articles & Tutorials link image Jetpack Compose: First Impressions and Learning Resources (dev.to) Márton Braun shares his first impressions about
Android Weekly #456 🤖
Sunday, March 7, 2021
View in browser Android Weekly #456 March 7, 2021 Articles & Tutorials link image Compose O'Clock (zsmb.co) Márton Braun describes how he's implemented an interesting animated clock using
Android Weekly #455 🤖
Sunday, February 28, 2021
View in browser Android Weekly #455 February 28, 2021 Articles & Tutorials link image Unit Testing Kotlin Flow (medium.com) Nick Skelton has struggled unit testing Kotlin Flows attempting to apply
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