Android Weekly - Android Weekly #456 🤖

 
 

Android Weekly

#456
March 7, 2021
 
 
 

Articles & Tutorials

 
link image   Compose O'Clock (zsmb.co)

Márton Braun describes how he's implemented an interesting animated clock using Jetpack Compose.

 
A Riddikulus Dataset (medium.com)

Gant Laborde examines how to use a set of drawings along with TensorFlow to train an AI that classifies a drawing into a Hogwarts house.

 
Architecture in Jetpack Compose — MVP, MVVM, & MVI (proandroiddev.com)

This article by Ian Alexander is an experiment looking at how the architecture patterns we’re all familiar with transfer into the Compose paradigm.

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

Place a sponsored post or open job offer and reach more than 66k subscribers and followers through our Android development newsletter

 
Repository initialization without StrictMode violations (proandroiddev.com)

Eric Silverberg shows how initializing your app’s database at startup is sometimes easier said than done! Follow his techniques to assure that it happens appropriately.

 
Why are Java server-side developers not adopting Kotlin? (medium.com)

Ivan Sanchez writes about his experiences with convincing server-side Java developers adopting Kotlin.

 
Fix: Jetpack Compose observeAsState Type Error has no method (blog.blundellapps.co.uk)

This quick blog post helps you solve the error “Type state has no method getValue” when first starting to observe state on your ViewModel.

 
5G Connectivity (blog.stylingandroid.com)

Mark Allison published a post on how to monitor changes in connectivity status. Since then, he has found some improvements in how to handle this monitoring, hence this follow-up post.

 
Data classes in Kotlin: how does it impact an application size (medium.com)

In this article, with the help of an experiment, Yury attempts to understand the real cost of using a high number of data classes in an application.

 
Kotlin Playground (www.raywenderlich.com)

In this Kotlin Playground tutorial by Fernando Sproviero, you’ll learn how to use the online tool to write, run and share your code for different targets like JVM, JS and JUnit.

 
Support foldable and dual-screen devices with Jetpack WindowManager (codelabs.developers.google.com)

This practical codelab will teach you the basics of developing for dual-screen and foldable devices. When you're finished, you'll be able to enhance your app to support devices like the Microsoft Surface Duo and the Samsung Galaxy Z Fold 2.

 
Android Logging with Style (blog.bam.tech)

Nicolas Haan suggests that logs can be useful on a daily basis if done correctly. Here are some tips to do better logging from your Android App.

 
Introducing Curtains (developer.squareup.com)

Py and his team have been writing the same window helper code over and over, so they decided to group all of it into a small helper library.

 
Getting ready for Declarative UIs — Part 2 (proandroiddev.com)

In this article, Raul Hernandez Lopez continues his series on declarative UIs and elaborates on the implementation details from the Business layer to the View layer using unidirectional data flow patterns.

 

Jobs

 
Mobile Developer - Native (Atlanta, GA, USA)

The FIXD team is looking for a Mobile Developer with strong skills in native mobile development. You would be integral to the development of our core product and to delivering an experience customers love.

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

 

Libraries & Code

 
link image   curtains (github.com)

Lift the curtain on Android Windows! Curtains provides centralized APIs for dealing with Android windows.

 
vgo (github.com)

vgo is a tool (and a Gradle plugin) for optimizing vector artwork files that helps ensure your vector artwork is represented compactly without compromising quality.

 
Tablespoon (github.com)

Tablespoon helps you bind attributes easily in your custom views using annotations to generate boilerplate code.

 
spokestack-android (github.com)

Extensible Android mobile voice framework: wakeword, ASR, NLU, and TTS. Easily add voice to any Android app!

 
Sesame (github.com)

Sesame is a set of architecture components for Android development. It is based on modern technologies including coroutines and Flow. Sesame is simple to learn and easy to use. It is ideally suited for MVVM and MVI architectures.

 
compose-markdown (github.com)

Markdown Text for Android Jetpack Compose

 

News

 
link image   Google Fonts ❤️ Material Icons (material.io)

Google Fonts now supports open source icons, starting with the Material Design icon set

 
Google Play Console with new engagement metrics (android-developers.googleblog.com)

Google Play Console has launched a suite of new metrics* and unique comparative benchmarks. You can evaluate your app or games’ engagement and monetization trends against up to 250 different peersets.

 
Android Dev Challenge: Week 2 (android-developers.googleblog.com)

Welcome to the second week of the #AndroidDevChallenge! Everyone loved seeing the creative submissions in week #1 so we can’t wait to see what you’ll build in week #2.

 
An update on Android's audio latency (android-developers.googleblog.com)

This article takes a look at what's changed in the Android ecosystem for audio developers recently, the audio latency of popular Android devices, and discusses Android's suitability for real-time audio apps.

 
Announcing the Mobile Native Foundation (eng.lyft.com)

Numerous well-known companies have launched the Mobile Native Foundation, which provides a place to collaborate on improving technologies and processes related to shipping large-scale mobile apps.

 
Best practices for coroutines in Android (developer.android.com)

Manuel Vivo announces that Google has released a new doc that collects all the best practices that they've advocated for over the years.

 

Videos & Podcasts

 
link image   Friends App Android Client Ep5 (www.youtube.com)

In this video, Jovche Mitrejchevski starts working on a Signup screen to have a form to create an account. We get an initial grasp of how it feels to write UI using Jetpack Compose!

 
Android Code-Along: Kotlin coroutines (coming March 10th) (www.youtube.com)

In this first episode, Manuel Vicente Vivo and Caren Chang will run through the recently updated Kotlin coroutines codelab and answer your questions live, on March 10th.

 
Android Developers Backstage: Audio feedback (androidbackstage.blogspot.com)

In this episode, Tor, Romain, and Chet talk about what they could do — or not do —to improve Android Developers Backstage.

 
Introduction to WorkManager (www.youtube.com)

Android Developer Relations Engineer Ben Weiss gives us a preview for WorkManager; from basic usage, threading, custom configuration, multi-processing over debugging and testing to migrating deprecated code to WorkManager.

 
Talking Kotlin. Catching Up With Roman Elizarov (www.youtube.com)

In this episode, listen to the new Kotlin Project Lead, Roman Elizarov, who tells us all about the Kotlin team, their areas of focus, and their plans for the future.

 
FOSDEM 2021 (fosdem.org)

All the Kotlin presentations from FOSDEM 2021.

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

Sunday, February 28, 2021

View in browser Android Weekly #455 February 28, 2021 Articles & Tutorials link image Unit Testing Kotlin Flow (medium.com) Nick Skelton has struggled unit testing Kotlin Flows attempting to apply

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

You Might Also Like

Kotlin Weekly #407

Sunday, May 19, 2024

ISSUE #407 19th of May 2024 Hello Kotliners! The Google I/O just finished this week with a huge announcement for us, with Google supporting now Kotlin Multiplatform on Android, and the KotlinConf will

Learn How to Use AI to Reach Your Full Potential, newsletterest1!

Sunday, May 19, 2024

3 Ways AI Can Help Your Writing ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌

Software Testing Weekly - Issue 220

Saturday, May 18, 2024

Software Testing Conferences 📚 View on the Web Archives ISSUE 220 May 18th 2024 COMMENT Welcome to the 220th issue! Have you ever been to a testing conference? They're a great way to learn about

📶 Is a Cellular iPad Worth It? — How to Prevent YouTube From Taking Over Your Screensaver

Saturday, May 18, 2024

Also: This Robot Vacuum Can Clean Stairs, and More! How-To Geek Logo May 18, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to your inbox by

Weekend Reading — Objection-oriented programming

Saturday, May 18, 2024

This week we find a power-up box, replace GitHub Actions with Maven XMLs, avoid the worst website in the world, revisit RTO policies, “listen” to OpenAI employees, watch our Slack private messages, do

Daily Coding Problem: Problem #1445 [Easy]

Saturday, May 18, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Jane Street. The United States uses the imperial system of weights and measures, which

You don’t have to take our word for it…

Saturday, May 18, 2024

You can probably tell how excited we are to re-launch our Gigantic courses – which bring on-demand product management training for today's modern Product Managers and Product Leaders. In fact, we

🐍 New Python tutorials on Real Python

Saturday, May 18, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: What Is the __pycache__ Folder in Python? In

Visualized | Life Expectancy by Region (1950-2050F) 📊

Saturday, May 18, 2024

This map shows life expectancy at birth for key global regions, from 1950 to 2050F. View Online | Subscribe Presented by Voronoi: The App Where Data Tells the Story FEATURED STORY Life Expectancy by

New Wi-Fi Vulnerability Enables Network Eavesdropping via Downgrade Attacks

Saturday, May 18, 2024

THN Daily Updates Newsletter cover The DevSecOps Playbook: Deliver Continuous Security at Speed ($19.00 Value) FREE for a Limited Time A must-read guide to a new and rapidly growing field in