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
BetterDev #273 - Operating System in 1,000 Lines
Monday, January 13, 2025
Better Dev #273 Jan 12, 2025 Hi all, Happy new year. Welcome to the first issue of 2025. I'm trying to become more regular this year. Looking forward to a new year and hope everyone continue to
Daily Coding Problem: Problem #1667 [Hard]
Monday, January 13, 2025
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Airbnb. We're given a hashmap associating each courseId key with a list of courseIds
🧠 Are Supercomputers Dead? — This 90s Tech Is Perfect for Smart TVs
Monday, January 13, 2025
Also: How to Make Sense of Linux Ping Stats, and More! How-To Geek Logo January 13, 2025 Did You Know The original name of the iconic SR-71 Blackbird was actually the RS-71 Blackbird, but Lyndon
Consistency means nothing & Bluesky is reportedly valued at $700
Monday, January 13, 2025
Sill Beta Update #3, Miro AI starts storing AI interactions from free users, Mastodon transfers to a new non-profit organization, and a lot more in this week's issue of Creativerly. Creativerly
Ranked | The AI Models With the Lowest Hallucination Rates 🤖
Monday, January 13, 2025
Hallucination rate is the frequency that an LLM generates false or unsupported information in its outputs. Which models have the lowest rates? View Online | Subscribe | Download Our App FEATURED STORY
GCP Newsletter #433
Monday, January 13, 2025
Welcome to issue #433 January 13th, 2025 News Official Blog Vertex AI Introducing Vertex AI RAG Engine: Scale your Vertex AI RAG pipeline with confidence - Vertex AI RAG Engine is a fully managed
Spyglass Dispatch: It's Political & Personal
Monday, January 13, 2025
On Meta's Moderation Changes • Inside DOGE • Zuck Slams Apple (Again) • Apple's Muted 2025 • CES 2025 Recap The Spyglass Dispatch is a newsletter sent on weekdays featuring links and commentary
$200 to invest today... (USA Only)
Monday, January 13, 2025
Join me in investing in blue chip art on Masterworks, and you will receive $200 to invest on the platform. Not kidding. Founder interview coming soon! ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
The Sequence Knowledge #468: A New Series About RAG
Monday, January 13, 2025
Exploring key concepts of one of the most popular methods in generative AI solutions. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
How a Kafka-Like Producer Writes to Disk
Monday, January 13, 2025
We take a Kafka client, call the producer, send the message, and boom, expect it to be delivered on the other end. And that's actually how it goes. But wouldn't it be nice to understand better