Android Weekly - Android Weekly #482 🤖
September 5, 2021
|
Articles & Tutorials | |
Kotlin’s Flow in ViewModels: it’s complicated
(bladecoder.medium.com)
Christophe Beyls considers when to use LiveData vs Flows when implementing ViewModels. The decision about which to use isn't always straightforward! | ||
Jetpack Compose navigation architecture with ViewModels
(medium.com)
Tom Seifers shows how to integrate Jetpack Navigation and ViewModels into a Compose UI-based application. | |
Coroutines under the hood
(kt.academy)
This article by Marcin Moskała is purely explanatory; it tries to explain how coroutines work. | |
Jetpack Compose way to animate Android Views
(proandroiddev.com)
In this article, Andrei Belous shows how to adopt animate*asState from Jetpack Compose for use with regular Android Views. | |
Enabling cache & offline support on Android using Room
(proandroiddev.com)
Alejandro Weichandt shares another story of Architectural components he and his team built. This one is about cached data. | |
Understanding re-composition in Jetpack Compose with a case study
(proandroiddev.com)
In this post, Damian Petla goes through the process of investigating the code and figuring out why a Composable is re-composing more often than expected. | |
Basic Drag-n-Drop in Jetpack Compose
(proandroiddev.com)
In this article, Suraj Sau walks you through the key portions of how to implement drag & drop in Compose UI. | |
Android Drag and Drop Tutorial
(www.raywenderlich.com)
Kushal Kumar R teaches how to use Android’s drag-and-drop framework to enable an advanced gesture-based user experience. | |
Principles and Techniques for Effective Localization
(material.io)
This article shows how to go beyond translations to create more inclusive experiences. | |
Hilt Testing Best Practices
(medium.com)
Eric Chang focuses on how to write tests with Hilt and some of the best practices to be aware of. | |
Jetpack Compose: Building Grids
(alexzh.com)
Alex Zhukovich covers how grid layouts can be built using Jetpack Compose in multiple ways, with different options having their benefits and limitations. | |
Tasks Of Affirmation: A New Twitch Live Stream Series
(androidessence.com)
Adam McNeilly discusses the new live stream series he's starting soon to build a different type of todo list. | |
Write Once, Run Anywhere?
(increment.com)
Ankush Gupta writes about what a migration to Kotlin Multiplatform taught Quizlet regarding the nuances of cross-platform development. | |
A Bit of Gradle Housekeeping
(zsmb.co)
In this article, Márton Braun looks at various bits of configuration that you might have in build files that you don’t actually need anymore, or can replace with something simpler. | |
Place a sponsored post | |
Place a sponsored post & reach over 66k Android devs
(androidweekly.net)
| ||
Jobs | |
Android Engineer at Series B Startup, Persona
(San Francisco, Remote)
Persona is working to make the internet safer and more human. We are backed with $67M in funding from Index, First Round and Coatue. This role would help lead development for Persona's Android SDK that will be used by our customers such as Instacart, Robinhood, SimpleHealth, Coursera, Doordash. | |
Full Stack Android Engineer
(Remote)
Scruff & Jack'd, two of the world's largest LGBTQ+ dating apps on Android, are looking for full stack developers to help build experimental features that will shape the next generation of their products. | |
Senior Android Engineer
(Remote - North America / South America)
At GoDaddy, you can propel your career. You'll have the ability to do so by enabling small business owners to sell and grow their business via easy-to-use Mobile tools. If you're a self-driven, and strong Android developer, you belong at GoDaddy! Click the link to learn more about the #GoDaddyLife. | |
Libraries & Code | |
Atmostate
(github.com)
Android weather app using Hilt, Coroutines, Retrofit, Jetpack (Compose, Room, ViewModel) based on MVVM architecture | ||
News | |
Celebrating some of the best indie games
(android-developers.googleblog.com)
Google announces the Indie Games Festival winners! | ||
Raising the quality bar with updated guidelines for Wear OS 3.0
(android-developers.googleblog.com)
Google announces new guidelines to help support you in building high-quality apps your users love. | |
Android Dev Hangout
(www.androiddevhangout.com)
This event is designed to encourage current and aspiring Android Developers to gather and share experiences and knowledge. We will hang out, build community, and get to know folks in our community. | |
Try the New Kotlin/Native Memory Manager Development Preview
(blog.jetbrains.com)
JetBrains has announced that the development preview of the new memory management approach for Kotlin/Native is now ready for you to try out in your project | |
Videos & Podcasts | |
Accessibility services and the Android Accessibility model
(www.youtube.com)
In this talk on Android Accessibility, you will learn more about the Accessibility services that help many users with disabilities interact with apps that you have built. | |
Nearby Messages API
(www.youtube.com)
Tune into this video to learn more about Nearby Messages API best practices to improve the quality and security of your user's experience. | |
Validating and Sanitizing Input. Advent of Code Puzzles
(www.youtube.com)
In the fourth episode of Idiomatic Kotlin's #AdventofCode series, we will be tackling input sanitization and validation challenges. | |
Hilt testing best practices
(www.youtube.com)
In this episode, Dagger and Hilt Engineer Eric Chang will discuss Hilt's approach to testing, how to write tests in Hilt, and best practices/tradeoffs to evaluate when testing with Hilt. | |
Comparing Jetpack Compose and SwiftUI: Fun with Declarative UIs
(www.droidcon.com)
Pamela Hill & Peter-John Welcome compare the Jetpack Compose and SwiftUI declarative UI frameworks. | |
Kotlin with Marcin Moskala by Coding with Holger
(anchor.fm)
Coding With Holger is joined by Marcin Moskala to talk about Kotlin and tech waves. | |
Specials | |
The Seniority Roller Coaster and Down-Leveling in Tech
(blog.pragmaticengineer.com)
In tech, switching jobs almost always comes with either a financial or a title upside. However, it doesn’t always come with both. Gergely Orosz writes about the seniority roller coaster. | |
To dip or not to dp
(blog.blundellapps.co.uk)
Do you really miss using `dip`s from XML when building your UI in Compose? Well, Paul Blundell has a treat for you! | |
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 #481 👾
Sunday, August 29, 2021
View in browser Android Weekly #481 August 29, 2021 Articles & Tutorials link image Clean Code with Kotlin (magdamiu.com) In this article, Magda Miu recaps what clean code is, highlights the
Android Weekly #480 🤖
Sunday, August 22, 2021
View in browser Android Weekly #480 August 22, 2021 Articles & Tutorials link image Becoming a Xoogler (chris.banes.dev) Chris Banes take a trip down memory lane to look at some of the people and
Android Weekly #479 🤖
Sunday, August 15, 2021
View in browser Android Weekly #479 August 15, 2021 Articles & Tutorials link image Detect Instagram-like gestures with Jetpack Compose (blog.bam.tech) Thomas Pucci recreates the Instagram stories
Android Weekly #478 🤖
Sunday, August 8, 2021
View in browser Android Weekly #478 August 8, 2021 Articles & Tutorials Introducing Navigation-Material (jossiwolf.medium.com) Over the past (almost) 6 months, Jossi Wolf worked on a library in
Android Weekly #477 🤖
Sunday, August 1, 2021
View in browser Android Weekly #477 August 1, 2021 Articles & Tutorials link image Jetpack Compose: styling Text (alexzh.com) In this article, Alex Zhukovich explores the possibilities of a Text
You Might Also Like
Saving One Screen At A Time 🖥️
Monday, January 13, 2025
Why the screen saver stopped being so in-your-face. Here's a version for your browser. Hunting for the end of the long tail • January 12, 2025 Today in Tedium: Having seen a lot of pipes, wavy
Software Testing Weekly - Issue 253
Monday, January 13, 2025
Software Testing Weekly turns 5! 🥳 View on the Web Archives ISSUE 253 January 13th 2025 COMMENT Welcome to the 253rd issue! Oh my, time flies! It's hard to believe this week marks 5 years since I
CES 2025 - Sync #501
Sunday, January 12, 2025
Plus: Sam Altman reflects on the last two years; Anthropic reportedly in talks to raise $2B at $60B valuation; e-tattoo decodes brainwaves; anthrobots; top 25 biotech companies for 2025; and more! ͏ ͏
PD#608 Mistakes engineers make in large established codebases
Sunday, January 12, 2025
You can't practice it beforehand ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
C#539 A detailed look at EF Core’s JSON Columns feature
Sunday, January 12, 2025
Comparing it with the traditional tables with indexes
RD#488 How to avoid issues with custom Hooks
Sunday, January 12, 2025
Using them carelessly can lead to many problems
Daily Coding Problem: Problem #1666 [Easy]
Sunday, January 12, 2025
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Amazon. Given n numbers, find the greatest common denominator between them. For example,
🛜 Here's What Happens to Old Websites — Features the Pixel Should Copy From Samsung's One UI 7
Sunday, January 12, 2025
Also: What Instagram Needs to Compete With TikTok, and More! How-To Geek Logo January 12, 2025 Did You Know Mount Wingen, located near Wingen, New South Wales in Australia, is better known as Burning
☁️ Azure Weekly #498 - 12th January 2025
Sunday, January 12, 2025
Festive Tech Calendar 2024 recap, GitHub Copilot Bootcamp, and Dev Containers FTW!
Sunday Digest | Featuring 'The Income Needed to Join the Top 1% in Every U.S. State' 📊
Sunday, January 12, 2025
Every visualization published this week, in one place. Jan 12, 2025 | View Online | Subscribe | VC+ | Download Our App Hello, welcome to your Sunday Digest. This week, we visualized the value of the