Android Weekly - Android Weekly #455 🤖
February 28, 2021
|
Articles & Tutorials | |
![]() |
Unit Testing Kotlin Flow
(medium.com)
Nick Skelton has struggled unit testing Kotlin Flows attempting to apply LiveData or RxJava approaches. In this article, he then goes on to experiment with the Google recommended method and finally, showcases the best solution so far. | |
Get ahead using headers in RecyclerView
(medium.com)
This is the fourth in a series of articles that cover the fundamentals of using RecyclerView. This blog post by Meghan Mehta goes through adding a Header to a RecyclerView. | |
Great teams merge fast
(saket.me)
A couple of tips from Saket Narayan to help your team reduce the amount of time a PR remains open and waiting for reviews. | |
Sponsored |
![]() |
Fix reported bugs 50x faster with Shake
(www.shakebugs.com)
Shake is a lightweight SDK that offers a powerful bug reporting experience. Integrate with your native Android app in under 5 minutes and receive a tester’s activity history, network logs, device data & attached files out-of-the-box with each bug report. It’s free. | |
No-bullshit guide on publishing your Gradle projects to Maven Central
(madhead.me)
Siarhei Krukau's detailed guide to publishing your library on Maven Central. | |
Activity Result Contract - Outside The Activity
(blog.stylingandroid.com)
In the previous article, Mark Allison looked at how the new Activity Result Contract pattern, which can keep our code much easier to understand. Now he shows how to avoid putting too much logic into the Activity. | |
Introducing Kotlin Multiplatform in an existing project
(www.marcogomiero.com)
Marco Gomiero shares an in-depth article on integrating Kotlin Multiplatform into your existing project. | |
So, JCenter is shutting down...
(blog.sebastiano.dev)
As a result of JCenter and Bintray shutting down, many library authors who published their libraries to JCenter are scrambling to move to Maven Central. Sebastiano Poggi writes about some tips to help with the transition. | |
Enforce custom views with lint
(androidessence.com)
How do we enforce that other developers use our custom view, instead of the Android framework view? Adam McNeilly shows how we can solve this problem by writing our own Android lint check. | |
Stop Nitpicking in Code Reviews
(blog.danlew.net)
One of the best changes Dan Lew has made at work recently is to stop nitpicking in code reviews. He explains why that is and how to make it happen. | |
Companion Objects: Kotlin’s most unassuming power feature
(medium.com)
David Denton argues the case for Kotlin’s Companion Objects being the Clark Kent of language features, in being deceptively powerful, and how they can be used to supercharge our API designs. | |
Place a sponsored post | |
![]() |
Place a sponsored post & reach over 66k Android devs
(androidweekly.net)
| |
Jobs | |
Android Engineer
(Virtual)
Doctor On Demand’s mission is to improve the world’s health through compassionate care and innovation. We believe that health is personal, and means so much more than treating illness. | |
Mobile Automation Build Engineer
(United States, Remote)
Doximity is looking for a mid-level software engineer with a passion for implementing, improving, and debugging CI/CD pipelines to join our 6 person Infra Automation team. You enjoy thinking outside the box, and presenting new and novel solutions for overall improvement of pipelines and test suites. | |
Android Developer
(Vienna, Austria / remote)
At Bikemap, we provide community-generated cycling maps & navigation services on a global scale. Providing cutting edge features for our global community is what drives us towards our vision of becoming ‘the’ app for cyclists worldwide. Join our passionate team to be part of the ride. | |
Android Developer
(Metzingen, Germany - max. 80% remote)
Work for the world's first omnichannel outlet with its own online shop and develop our app in the world's coolest team by using the latest technologies. Fluency in German is mandatory. | |
Android Developer
(Remote)
Perry Street Software publishes two of the world’s largest gay & queer social dating apps. We are hiring Android developers with experience in design and architecture patterns, Android SDK, Kotlin, RxJava, and a good sense of usability and product. | |
Android Engineer @ Monzo
(London; Remote UK, Ireland, or France)
At Monzo we’re building a bank that’s fair, transparent and a pleasure to use, and we're looking for a product-aware Android engineer passionate about great UI and UX to help! | |
Staff Android Engineer
(New York, NY)
Join the team that delivers the member-facing experience for our core products - the bike & tread. This team works heavily with Kotlin - all within our custom fork of AOSP. We care about architecture, testing, and “together we go far” mentality. Staff engineers at Peloton are technical leaders | |
Senior Android Engineer (remote)
(imgly.kenjo.io)
Hi! We are that super-groundbreaking technology provider you've probably never heard of! We're building the PhotoEditor SDK and VideoEditor SDK, fully customizable photo and video editing solution for web and mobile platforms that are being used by marvelous brands around the world. Now, we're on the rise for the next generation of our SDKs. And that's where you step in. | |
Libraries & Code | |
![]() |
Shuttle
(github.com)
Shuttle provides a modern, guarded way to pass large Serializable objects with Intents or saving them in Bundle objects to avoid app crashes from TransactionTooLargeExceptions | |
mvvm-redux
(github.com)
MVVM Redux is a lightweight lib to help you apply the redux concepts in your project based in MVVM | |
RandomKolor
(github.com)
A tiny (Kotlin) library for generating attractive colors | |
turbine
(github.com)
Turbine is a small testing library for kotlinx.coroutines Flow | |
News | |
![]() |
Android Dev Challenge: lift off with Jetpack Compose
(android-developers.googleblog.com)
For the next four weeks, the #AndroidDevChallenge will be launching a series of weekly challenges to help you build better apps faster with Jetpack Compose. | |
Jetpack Compose Testing cheatsheet
(developer.android.com)
The Compose testing cheat sheet is a quick reference of some of the most useful Compose test APIs. The cheat sheet is also downloadable in PDF format. | |
Low-Power Sleep Tracking on Android
(android-developers.googleblog.com)
In an effort to help users stay informed about their sleep, Google has made the Sleep API publicly available. | |
#AndroidDevJourney spotlight - February edition
(android-developers.googleblog.com)
At the beginning of this year Google launched the #AndroidDevJourney to share the stories of members of our community through our social platforms. | |
Announcing Jetpack Compose Beta!
(android-developers.googleblog.com)
Google has launched the beta release of Jetpack Compose, the new UI toolkit designed to make it faster and easier to build native apps across all Android platforms. | |
Videos & Podcasts | |
![]() |
The Problem With Developer "Scores"
(www.youtube.com)
Developer "scores" and assessments can be motivating and a fun gamification element for some. However, for others, they can be discouraging and misleading. In this episode, Nate Ebel shares some thoughts on why these kinds of developer "scores" are more trouble than they are worth. | |
Solving a sample coding interview problem in Kotlin
(www.youtube.com)
Mikhail Dvorkin, ICPC World Finals gold medalist, shows how to solve a sample coding interview problem in Kotlin. | |
Composing a Design System
(www.youtube.com)
Anton Shilov's presentation that answers the questions: How can we migrate the existing design system to Jetpack Compose? What are the key steps to follow for successful integration with the existing codebase? | |
Motion Layout - MAD Skills
(www.youtube.com)
The MotionLayout API and design tool makes creating animations much easier. In this series, you’ll learn how to use MotionLayout to make rich, dynamic animated experiences | |
Material Live Highlights: Designing a Material Theme
(www.youtube.com)
A playlist of highlights from Material Live presentations. | |
Friends App Android Client Ep4
(www.youtube.com)
In this video, Jovche Mitrejchevski sets up the UI testing dependency and writes the first Compose UI test for this series. | |
Kotlin Standard Library Safari. Your Own Adventures
(www.youtube.com)
Before we continue to dive into all the features Kotlin has to offer out of the box, this episode looks at handy ways to explore Kotlin code on our own. These tricks can be used to explore the Kotlin standard library or Kotlin code in general | |
Kotlin lazy delegate - explanation and example
(www.youtube.com)
Rahul Pandey presents "lazy", an inbuilt Kotlin function that allows us to construct the object when it's actually used, and subsequent calls return the remembered result. | |
#TheAndroidShow: Jetpack Compose
(www.youtube.com)
#TheAndroidShow, takes you behind the scenes of Jetpack Compose, Android's modern toolkit for building native UI. | |
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 #454 🤖
Sunday, February 21, 2021
View in browser Android Weekly #454 February 21, 2021 Articles & Tutorials link image Exploring Android 12: Unified rich content API (joebirch.co) With the announcement of the first Android 12
Android Weekly #453 🤖
Sunday, February 14, 2021
View in browser Android Weekly #453 February 14, 2021 Articles & Tutorials link image Backdrop Scaffold (compose.academy) Joe Birch examines the Backdrop Scaffold, a composable that allows us to
Android Weekly #542 🤖
Sunday, February 7, 2021
View in browser Android Weekly #542 February 7, 2021 Articles & Tutorials link image 9 Beloved Extensions From The Android KTX (vladsonkin.com) In this post, Vlad Sonkin explores various Android
Android Weekly #451 🤖
Sunday, January 31, 2021
View in browser Android Weekly #451 January 31, 2021 Articles & Tutorials link image Modelling UI State on Android (lordraydenmk.github.io) Stojan Anastasov describes the tradeoffs between the
Android Weekly #450 🤖
Sunday, January 24, 2021
View in browser Android Weekly #450 January 24, 2021 Articles & Tutorials link image Using Hilt's ViewModelComponent (medium.com) ViewModelComponent is a component in the Hilt's component
You Might Also Like
Import AI 399: 1,000 samples to make a reasoning model; DeepSeek proliferation; Apple's self-driving car simulator
Friday, February 14, 2025
What came before the golem? ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
Defining Your Paranoia Level: Navigating Change Without the Overkill
Friday, February 14, 2025
We've all been there: trying to learn something new, only to find our old habits holding us back. We discussed today how our gut feelings about solving problems can sometimes be our own worst enemy
5 ways AI can help with taxes 🪄
Friday, February 14, 2025
Remotely control an iPhone; 💸 50+ early Presidents' Day deals -- ZDNET ZDNET Tech Today - US February 10, 2025 5 ways AI can help you with your taxes (and what not to use it for) 5 ways AI can help
Recurring Automations + Secret Updates
Friday, February 14, 2025
Smarter automations, better templates, and hidden updates to explore 👀 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
The First Provable AI-Proof Game: Introducing Butterfly Wings 4
Friday, February 14, 2025
Top Tech Content sent at Noon! Boost Your Article on HackerNoon for $159.99! Read this email in your browser How are you, @newsletterest1? undefined The Market Today #01 Instagram (Meta) 714.52 -0.32%
GCP Newsletter #437
Friday, February 14, 2025
Welcome to issue #437 February 10th, 2025 News BigQuery Cloud Marketplace Official Blog Partners BigQuery datasets now available on Google Cloud Marketplace - Google Cloud Marketplace now offers
Charted | The 1%'s Share of U.S. Wealth Over Time (1989-2024) 💰
Friday, February 14, 2025
Discover how the share of US wealth held by the top 1% has evolved from 1989 to 2024 in this infographic. View Online | Subscribe | Download Our App Download our app to see thousands of new charts from
The Great Social Media Diaspora & Tapestry is here
Friday, February 14, 2025
Apple introduces new app called 'Apple Invites', The Iconfactory launches Tapestry, beyond the traditional portfolio, and more in this week's issue of Creativerly. Creativerly The Great
Daily Coding Problem: Problem #1689 [Medium]
Friday, February 14, 2025
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given a linked list, sort it in O(n log n) time and constant space. For example,
📧 Stop Conflating CQRS and MediatR
Friday, February 14, 2025
Stop Conflating CQRS and MediatR Read on: my website / Read time: 4 minutes The .NET Weekly is brought to you by: Step right up to the Generative AI Use Cases Repository! See how MongoDB powers your