Android Weekly - Android Weekly #480 🤖

 
 

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 projects that helped him get to where he is today.

 
Coroutine builders (kt.academy)

There are three essential coroutine builders provided by kotlinx.coroutines library that Marcin Moskała explores in this article.

 
Sponsored
link image   Place a sponsored post & reach over 66k Android devs (androidweekly.net)

Place a job post or sponsored post in our newsletter to reach thousands of Android developers around the world!

 
Dagger 2 complete tutorial for beginner (medium.com)

In this series, Tuan Kiet walks you through the very basics of Dagger, hoping also to be the last Dagger tutorial you ever need!

 
Jetpack Compose Side-Effects — LaunchedEffect (proandroiddev.com)

In this series of blog posts, Udit Verma helps you to understand what different ways can we perform a side-effect in Compose. This first part talks about LaunchedEffect

 
Accessibility in the Android world (proandroiddev.com)

Nav Singh teaches about accessibility in general and how to implement and test it in our applications.

 
Entity Extraction using Google’s ML Kit on Android (proandroiddev.com)

Danish Amjad describes Google’s on-device ML Kit which introduced a useful API for Entity Extraction.

 
Pose estimation and classification with MoveNet and TensorFlow Lite (blog.tensorflow.org)

Yuchen Shi writes about MoveNet, the state-of-the-art pose estimation model that can detect 17 body parts from a live camera feed.

 
Meet the Firestore Emulator Requests Monitor (firebase.googleblog.com)

Yuchen Shi explains the Firestore Emulator Requests Monitor, which allows you to see requests to your local Firestore Emulator in real-time, and drill down to the details of each request, such as method, path, and Firebase Security Rules evaluation.

 
Working Towards Android App Excellence (android-developers.googleblog.com)

Jacob Lehrbaum lists some best practices behind app excellence.

 
Measuring the impact of the app screenshots (reprom.io)

David Serrano Canales shares a way to improve the store conversion rate of your app by adding beautiful and meaningful screenshots.

 
Unbundling the WindowManager (medium.com)

Pietro Maggi shows how Jetpack WindowManager, now in beta, is a library and API providing capabilities similar to the Android framework WindowManager, including support for responsive UIs, callback adapters for detecting screen changes, and window testing APIs.

 
Why Workflow? (developer.squareup.com)

Stephen Edwards explains why Square makes its own application framework.

 
Seamless account transfers with Block Store (medium.com)

Meghan Mehta presents the Block Store API to make logging back into the user’s applications on a new device as simple as restoring from a backup in the setup process.

 
Measuring Render Performance with Jetpack Compose (engineering.premise.com)

This article by Will Shelor explores his teams' learnings related to the analysis of Jetpack Compose performance.

 
Observing live connectivity status in Jetpack Compose (medium.com)

In this article, Shreyas Patil implements showing live connectivity status with Jetpack Compose in its own beautiful way.

 
Kotlin Multiplatform For Android and the Web - Part 1 (akjaw.com)

Aleksander Jaworski shares parts of my thesis about Kotlin Multiplatform, based on a project which consists of an Android App, a Kotlin React.JS app and a Ktor server.

 
Supporting different screen sizes on Android with Jetpack Compose (proandroiddev.com)

In this post, Rahul Sainani discovers the pitfalls of using hard-coded dimensions and shares a way to support different screen sizes.

 

Jobs

 
Software Engineer, Android (United States, Remote)

Doximity is transforming the healthcare industry. Our mission is to help doctors be more productive, informed, and connected. As an Android engineer, you'll work within cross-functional delivery teams alongside other engineers, designers, and PMs in building software to help improve US healthcare.

 
Android App Developer at Univrses (Stockholm)

You will develop, maintain and design solutions for the Android app that is the heart of Univrses' Smart City platform 3DAI™ City. While collaborating closely with designers, scientists and product owners, you will develop cutting-edge technologies that will change the way people live their lives

 
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

 
link image   datmusic-android (github.com)

Music search, downloader & player app. WIP v2 with Compose UI and full rewrite/redesign.

 
pose_estimation (github.com)

This is an app that continuously detects the body parts in the frames seen by your device's camera.

 

Videos & Podcasts

 
link image   Adopting a Functional Style for Advent of Code Puzzles (www.youtube.com)

Take a look at how imperative code can be rewritten in a more functional style. Also discuss how to work with pairs, use ‘reduce’, edit code in column selection mode, and fix integer overflows.

 
Build multiplatform projects in Kotlin and learn more about server-driven UI (www.youtube.com)

Adit Lal talks server-driven UI and John O'Reilly show how GraphQL can be used in shared code in a Kotlin Multiplatform project.

 
Kotlin Coroutines: Important Answers from The Kotlin Team (www.youtube.com)

In this episode of 5 Kotlin Questions, Vsevolod Tolstopyatov, the lead of Kotlin libraries team, answers 5 popular questions about the present and the future of Coroutines.

 
Material Components: Bottom Sheets (www.youtube.com)

Learn the 3 types of bottom sheets available and how to pick the one most suitable for your needs.

 
State and performance in Jetpack Compose — with Leland Richardson (www.youtube.com)

In this episode, Leland Richardson discusses Measuring Render Performance with Jetpack Compose.

 
 
 
 
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:
Android Weekly
Kortumstr. 19-21
Bochum 44787
Germany

Add us to your address book
 
update subscription preferences
or
unsubscribe from this list 
 

Older messages

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

Android Weekly #476 🤖

Sunday, July 25, 2021

View in browser Android Weekly #476 July 25, 2021 Articles & Tutorials link image Tricky refactoring of Jetpack Compose code (blog.thefuntasty.com) In this article, Martin Sumera shows you an

Android Weekly #475 🤖

Sunday, July 18, 2021

View in browser Android Weekly #475 July 18, 2021 Articles & Tutorials Welcome you are visitor number 12345 (www.maiatoday.net) Maia Grotepass writes about a Jetpack Compose counter component that

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