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
Zero-Day Vulnerability Suspected in Attacks on Fortinet Firewalls with Exposed Interfaces
Tuesday, January 14, 2025
THN Daily Updates Newsletter cover JavaScript: Mastering JavaScript from Basics to Advanced Topics ($54.99 Value) FREE for a Limited Time This book provides a comprehensive introduction to JavaScript
How to avoid spam texts
Tuesday, January 14, 2025
Let me ask you something: How many times have you shared your phone number online this month? Every time you do—whether for a delivery, online shopping, or signing up for a new service—you're
BetterDev #273 - Operating System in 1,000 Lines
Monday, January 13, 2025
Better Dev #273 Jan 12, 2025 Hi all, Happy new year. Welcome to the first issue of 2025. I'm trying to become more regular this year. Looking forward to a new year and hope everyone continue to
Daily Coding Problem: Problem #1667 [Hard]
Monday, January 13, 2025
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Airbnb. We're given a hashmap associating each courseId key with a list of courseIds
🧠 Are Supercomputers Dead? — This 90s Tech Is Perfect for Smart TVs
Monday, January 13, 2025
Also: How to Make Sense of Linux Ping Stats, and More! How-To Geek Logo January 13, 2025 Did You Know The original name of the iconic SR-71 Blackbird was actually the RS-71 Blackbird, but Lyndon
Consistency means nothing & Bluesky is reportedly valued at $700
Monday, January 13, 2025
Sill Beta Update #3, Miro AI starts storing AI interactions from free users, Mastodon transfers to a new non-profit organization, and a lot more in this week's issue of Creativerly. Creativerly
Ranked | The AI Models With the Lowest Hallucination Rates 🤖
Monday, January 13, 2025
Hallucination rate is the frequency that an LLM generates false or unsupported information in its outputs. Which models have the lowest rates? View Online | Subscribe | Download Our App FEATURED STORY
GCP Newsletter #433
Monday, January 13, 2025
Welcome to issue #433 January 13th, 2025 News Official Blog Vertex AI Introducing Vertex AI RAG Engine: Scale your Vertex AI RAG pipeline with confidence - Vertex AI RAG Engine is a fully managed
Spyglass Dispatch: It's Political & Personal
Monday, January 13, 2025
On Meta's Moderation Changes • Inside DOGE • Zuck Slams Apple (Again) • Apple's Muted 2025 • CES 2025 Recap The Spyglass Dispatch is a newsletter sent on weekdays featuring links and commentary
$200 to invest today... (USA Only)
Monday, January 13, 2025
Join me in investing in blue chip art on Masterworks, and you will receive $200 to invest on the platform. Not kidding. Founder interview coming soon! ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏