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
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
⚙️ Amazon and Anthropic
Monday, November 25, 2024
Plus: The hidden market of body-centric data
⚡ THN Recap: Top Cybersecurity Threats, Tools & Tips (Nov 18-24)
Monday, November 25, 2024
Don't miss the vital updates you need to stay secure. Read the full recap now. The Hacker News THN Recap: Top Cybersecurity Threats, Tools, and Practices (Nov 18 - Nov 24) We hear terms like “state