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

Import AI 399: 1,000 samples to make a reasoning model; DeepSeek proliferation; Apple's self-driving car simulator

Friday, February 14, 2025

What came before the golem? ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Defining Your Paranoia Level: Navigating Change Without the Overkill

Friday, February 14, 2025

We've all been there: trying to learn something new, only to find our old habits holding us back. We discussed today how our gut feelings about solving problems can sometimes be our own worst enemy

5 ways AI can help with taxes 🪄

Friday, February 14, 2025

Remotely control an iPhone; 💸 50+ early Presidents' Day deals -- ZDNET ZDNET Tech Today - US February 10, 2025 5 ways AI can help you with your taxes (and what not to use it for) 5 ways AI can help

Recurring Automations + Secret Updates

Friday, February 14, 2025

Smarter automations, better templates, and hidden updates to explore 👀 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

The First Provable AI-Proof Game: Introducing Butterfly Wings 4

Friday, February 14, 2025

Top Tech Content sent at Noon! Boost Your Article on HackerNoon for $159.99! Read this email in your browser How are you, @newsletterest1? undefined The Market Today #01 Instagram (Meta) 714.52 -0.32%

GCP Newsletter #437

Friday, February 14, 2025

Welcome to issue #437 February 10th, 2025 News BigQuery Cloud Marketplace Official Blog Partners BigQuery datasets now available on Google Cloud Marketplace - Google Cloud Marketplace now offers

Charted | The 1%'s Share of U.S. Wealth Over Time (1989-2024) 💰

Friday, February 14, 2025

Discover how the share of US wealth held by the top 1% has evolved from 1989 to 2024 in this infographic. View Online | Subscribe | Download Our App Download our app to see thousands of new charts from

The Great Social Media Diaspora & Tapestry is here

Friday, February 14, 2025

Apple introduces new app called 'Apple Invites', The Iconfactory launches Tapestry, beyond the traditional portfolio, and more in this week's issue of Creativerly. Creativerly The Great

Daily Coding Problem: Problem #1689 [Medium]

Friday, February 14, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given a linked list, sort it in O(n log n) time and constant space. For example,

📧 Stop Conflating CQRS and MediatR

Friday, February 14, 2025

​ Stop Conflating CQRS and MediatR Read on: m​y website / Read time: 4 minutes The .NET Weekly is brought to you by: Step right up to the Generative AI Use Cases Repository! See how MongoDB powers your