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

🎧 Why You Should Buy a Mac Mini, Not an iMac — Your Next Headphones Should Be Wired

Tuesday, November 5, 2024

Also: Using Copilot to Improve Excel, and More! How-To Geek Logo November 5, 2024 Did You Know As a reward for helping King Charles II escape England (and Oliver Cromwell) in 1651, the Pendrill (

PySheets, REPL Shortcuts, Empty Tests, and More

Tuesday, November 5, 2024

PySheets: Spreadsheets in the Browser Using PyScript #654 – NOVEMBER 5, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo PySheets: Spreadsheets in the Browser Using PyScript What goes into building a

Daily Coding Problem: Problem #1599 [Medium]

Tuesday, November 5, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Snapchat. Given a string of digits, generate all possible valid IP address combinations.

Tools for writing secure Go code

Tuesday, November 5, 2024

Plus a look at the 'business' of Go, high performance crawling, and a little Go/Java comparison. | #​530 — November 5, 2024 Unsub | Web Version Together with pgAnalyze Go Weekly Writing Secure

Spyglass Dispatch: Apple's Smart Glasses • OpenAI Hardware Hire • RIP JanSport Founder • Ballmer's $100M Bet on Facts • Netflix Movie Theater Pressure • Apple ChatGPT Upsell

Tuesday, November 5, 2024

Apple's Smart Glasses • OpenAI Hardware Hire • RIP JanSport Founder • Ballmer's $100M Bet on Facts • Netflix Movie Theater Pressure • Apple ChatGPT Upsell The Spyglass Dispatch is a free

Mapped | U.S. State Economies Compared to Entire Countries 🌎

Tuesday, November 5, 2024

Five American state economies can replace countries in the world's top 20. Here's how all 50 states compare. View Online | Subscribe | Download Our App Presented by Hinrich Foundation NEW

Why Many Data Science Jobs Are Actually Data Engineering

Tuesday, November 5, 2024

Top Tech Content sent at Noon! NODES 2024, a Dev Conference on AI, Knowledge Graphs & Apps Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today,

LW 157 - Better Collaboration Building for Merchants

Tuesday, November 5, 2024

Better Collaboration Building for Merchants ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ Shopify Development news and articles Issue 157 - 11/

Vlt client & registry; ESMeta

Tuesday, November 5, 2024

We have 2 links for you - Stay up-to-date on JavaScript and tools Two vlt products: a better npm client and a serverless package registry www.vlt.sh @vltpkg@fosstodon.org vlt has launched two products:

Want a programming job? Learn this

Tuesday, November 5, 2024

Stop background Android apps; AI election tracker; Early Black Friday sales -- ZDNET ZDNET Tech Today - US November 5, 2024 Python code Your dream programming job demands this language, every site