Android Weekly - Android Weekly #456 🤖
March 7, 2021
|
Articles & Tutorials | |
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 |
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 | |
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 | |
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 | |
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: |
||
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
🔒 The Vault Newsletter: November issue 🔑
Monday, November 25, 2024
Get the latest business security news, updates, and advice from 1Password. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
🧐 The Most Interesting Phones You Didn't See in 2024 — Making Reddit Faster on Older Devices
Monday, November 25, 2024
Also: Best Black Friday Deals So Far, and More! How-To Geek Logo November 25, 2024 Did You Know If you look closely over John Lennon's shoulder on the iconic cover of The Beatles Abbey Road album,
JSK Daily for Nov 25, 2024
Monday, November 25, 2024
JSK Daily for Nov 25, 2024 View this email in your browser A community curated daily e-mail of JavaScript news JavaScript Certification Black Friday Offer – Up to 54% Off! Certificates.dev, the trusted
Ranked | How Americans Rate Business Figures 📊
Monday, November 25, 2024
This graphic visualizes the results of a YouGov survey that asks Americans for their opinions on various business figures. View Online | Subscribe Presented by: Non-consensus strategies that go where
Spyglass Dispatch: Apple Throws Their Film to the Wolves • The AI Supercomputer Arms Race • Sony's Mobile Game • The EU Hunts Bluesky • Bluesky Hunts User Trust • 'Glicked' Pricked • One Massive iPad
Monday, November 25, 2024
Apple Throws Their Film to the Wolves • The AI Supercomputer Arms Race • Sony's Mobile Game • The EU Hunts Bluesky • Bluesky Hunts User Trust • 'Glicked' Pricked • One Massive iPad The
Daily Coding Problem: Problem #1619 [Hard]
Monday, November 25, 2024
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given two non-empty binary trees s and t , check whether tree t has exactly the
Unpacking “Craft” in the Software Interface & The Five Pillars of Creative Flow
Monday, November 25, 2024
Systems Over Substance, Anytype's autumn updates, Ghost's progress with its ActivityPub integration, and a lot more in this week's issue of Creativerly. Creativerly Unpacking “Craft” in the
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