Android Weekly - Android Weekly #477 🤖

 
 

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 composable function and how we can apply multiple styles to text with the AnnotatedString.

 
eBook reader sample with Jetpack Window Manager (devblogs.microsoft.com)

In this blog, Raymond walks through an eBook reader sample that demonstrates how the Two Page layout for foldable devices can naturally spread content across multiple screens.

 
How does suspension work in Kotlin coroutines? (kt.academy)

Suspending functions are the hallmark of Kotlin coroutines. With this chapter, Marcin Moskała's goal is to help you forge a solid understanding of how it works.

 
Sponsored
link image   World's First Jetpack Compose Chat SDK! (getstream.io)

Stream's new Jetpack Compose team has worked hard for the past few months to build the first Compose Chat SDK out there! Please try it out and let us know what you think.

 
Coroutines (Part I) – Grasping the Fundamentals (victorbrandalise.com)

Victor Brandalise starts a series of articles on how to use Kotlin Coroutines well.

 
A Vocabulary of Jetpack Compose Terms (www.pamelaahill.com)

Jetpack Compose often has terms that are used without explanation. This article by Pamela Hill aims to clarify these terms for readers unfamiliar with their meaning.

 
Android Sleep API Tutorial (www.raywenderlich.com)

Roberto Orgiu shows how to use the Android Sleep API in your Kotlin apps to track when the user is asleep, awake, how long they slept, and the confidence of the results.

 
NavigationRailView MaterialDesign 1.4.0 Stable (proandroiddev.com)

In this article, Nav Singh writes about NavigationRailView which has hit the stable channel.

 
Atomic Updates on MutableStateFlow (medium.com)

Michael Ferguson writes about a new feature in the 1.5.1 release of Kotlin Coroutines; extension functions to help with “atomic” updates of values for a mutable state flow.

 
Create an animated Instagram-like progress bar with Jetpack Compose (blog.bam.tech)

Thomas Pucci shows how to build a segmented, timer-based progress bar similar to Instagram.

 
Composing a Text line with InlineTextContent in Jetpack Compose (blog.shreyaspatil.dev)

In this article, Shreyas Sharad Patil shows how to use InlineTextContent in Jetpack Compose to create a line of text.

 
Building a Kotlin Multiplatform Mobile Proof of Concept Conclusions (akjaw.com)

This article contains information about Aleksander Jaworski's experiences with Kotlin Multiplatform, which hopefully might be useful for others.

 

Place a sponsored post

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

 

Jobs

 
Android Lead (Munich, Germany)

Eimy is a new technology startup in the consumer electronics space. We’re building a team of talented and thoughtful people who will work together to create innovative new products that are life-changing for over a billion users.

 

Libraries & Code

 
pluto (github.com)

Pluto is a on-device debugger for Android applications, which helps in inspection of HTTP requests/responses, capture Crashes and ANRs and manipulating application data on-the-go.

 
compose-richtext (github.com)

A collection of Compose libraries for advanced text formatting and alternative display types.

 

News

 
link image   Why Compose (developer.android.com)

Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android bringing your apps to life with less code, powerful tools, and intuitive Kotlin APIs

 
Accessing car hardware APIs in your app for cars (android-developers.googleblog.com)

Google announced the availability of CarHardwareManager APIs as part of version 1.1 alpha02 to get developer feedback.

 
Announcing Policy Updates To Bolster Privacy and Security (android-developers.googleblog.com)

Looking to make Google Play a safer and more trustworthy experience for developers and consumers, Google announced new policy updates to bolster user control, privacy, and security.

 
Preparing for Google Play’s new safety section (android-developers.googleblog.com)

Google announces additional details for the upcoming safety section in Google Play.

 
Jetpack Compose is now 1.0 (android-developers.googleblog.com)

Google has launched version 1.0 of Jetpack Compose, Android's modern, declarative UI toolkit to help you build better apps faster. It's stable, and ready for you to adopt in production.

 
Android Studio Arctic Fox (2020.3.1) Stable (android-developers.googleblog.com)

Google announced that Android Studio Arctic Fox is now available to download in the stable release channel.

 

Videos & Podcasts

 
link image   Material Components: Text Fields (www.youtube.com)

Text fields allow users to add text into an app’s UI. Learn best practices for text fields from Material Design and how to make them discoverage, clear, and efficient

 
Introducing Android Game Development Kit (www.youtube.com)

Dan Galpin introduces the Android Game Development Kit, which includes tools and libraries that simplify Android game development, improve development workflows, and help you optimize your Android games.

 
What's new in Android Studio Arctic Fox (www.youtube.com)

Get an overview of what tools and features are available in Android Studio Arctic Fox and the new updates and requirements to Android Gradle Plugin 7.0.

 
Announcing Jetpack Compose 1.0 (www.youtube.com)

Google has launched version 1.0 of Jetpack Compose, Android's modern, declarative UI toolkit to help you build better apps faster. It's stable, and ready for you to adopt in production.

 
FastHub with Kosh Sergani (thebakery.dev)

Discussions with Kosh Sergani, author and maintainer of FastHub, one of the most popular (and open-source) Github clients for Android.

 
Live coding an Android app with Jetpack Compose (www.youtube.com)

Two Italian coders live stream their sweary, mostly unsuccessful attempts at coding stuff. They stream live on Twitch twice a week, and post their past streams archive in this playlist.

 
 
 
 
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 #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

Android Weekly #474 🤖

Sunday, July 11, 2021

View in browser Android Weekly #474 July 11, 2021 Articles & Tutorials link image Navigation in multi module Compose UI project + Hilt (funkymuse.dev) Google released the navigation component for

Android Weekly #473 🤖

Sunday, July 4, 2021

View in browser Android Weekly #473 July 4, 2021 Articles & Tutorials link image Debugging Story: The Case of Rogue Reflection (armaxis.hashnode.dev) Artem Chubaryan talks about a particular issue

Android Weekly #472 🤖

Sunday, June 27, 2021

View in browser Android Weekly #472 Juni 27, 2021 Articles & Tutorials link image How to create Tabs with Jetpack Compose (johncodeos.com) In this tutorial by John Codeos, you'll see how to

You Might Also Like

Tuesday Triage #200 and giveaway

Tuesday, May 14, 2024

Your weekly crème de la crème of the Internet is here! The 200th edition featuring annual subscriptions giveaway, thoughts on nearly four years of ... ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

🎮 How AI Tools Are Changing Game Development — Grab a Pixel 8a Instead of Waiting for Pixel 9

Tuesday, May 14, 2024

Also: Sharing Your Google Maps Trip Progress, and More! How-To Geek Logo May 14, 2024 Did You Know In a bid to keep the ingredients secret, WD-40 was never patented. 🤖 The New GPT It's Tuesday!

Meta shuts down Workplace

Tuesday, May 14, 2024

Plus: Everything that happened at Google I/O and AWS CEO steps down View this email online in your browser By Christine Hall Tuesday, May 14, 2024 Hello, and welcome back to TechCrunch PM. The team

Flattening Lists of Lists, Python 3.13, Sets, and More

Tuesday, May 14, 2024

Flattening a List of Lists in Python #629 – MAY 14, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Flattening a List of Lists in Python In this video course, you'll learn how to flatten a list

Daily Coding Problem: Problem #1441 [Easy]

Tuesday, May 14, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. UTF-8 is a character encoding that maps each symbol to one, two, three, or four

Noonification: 3 Quick Ways to Optimize RecyclerView

Tuesday, May 14, 2024

Top Tech Content sent at Noon! Get Algolia: AI Search that understands How are you, @newsletterest1? 🪐 What's happening in tech today, May 14, 2024? The HackerNoon Newsletter brings the HackerNoon

Using 97 fewer cores thanks to PGO

Tuesday, May 14, 2024

Plus an HNSW indexed vector store library, a new Go game hits the Steam store, and is 'ok' ok?. | #​507 — May 14, 2024 Unsub | Web Version Together with Stytch logo Go Weekly Reclaiming CPU for

Ranked | The Top 6 Economies by Share of Global GDP (1980-2024) 📈

Tuesday, May 14, 2024

Gain a unique perspective on the world's economic order from this graphic showing percentage share of global GDP over time. View Online | Subscribe Presented by: Data that drives the

Free online event this Thursday: Getting ahead with time series data

Tuesday, May 14, 2024

Free Online Event Do you know how your competitors use time series data to get ahead? Join us on Thursday, May 16 at 10am PT/1pm ET for a free, hour-long online fireside chat called “Unleash the Full

Here's the deal

Tuesday, May 14, 2024

We wanted you to be among the first to know about our plans to relaunch the Gigantic training courses that Product Collective now powers! Here's the deal: From May 20th - May 31st, anybody that