Android Weekly - Android Weekly #445 🤖
December 20, 2020
|
Articles & Tutorials | |
Ultimate Guide To Android Custom View
(vladsonkin.com)
In this article, Vlad Sonkin builds a custom animated loader and covers such topics as a View Lifecycle, Constructors, Attributes, and Animations. | ||
When LiveData and Kotlin don’t play well together
(medium.com)
LiveData and Kotlin sometimes don't play that nice together. Danny Preussler explores why and what can happen! | |
Sponsored |
20% OFF on Android Testing - Improve UX for Less
(kobiton.com)
Quickly debug cloud and local devices without ever leaving your favorite IDE. Optimize code quality for Android 11 and previous OS versions with the flexibility and efficiency of the Kobiton cloud. Get 20% OFF any plan when you use code: ANDROIDWEEKLY before 12/31/2020. | ||
Make a Prototype
(ryanharter.com)
Ryan Harter shares some thoughts on building prototypes to quickly iterate and test ideas. | |
Paging Image Carousel with RecyclerView
(proandroiddev.com)
In this blog post, David Ferrand implements a carousel view using RecyclerView and goes through it step by step, commenting on some of the choices he's made. | |
Solve These 5 Google Play’s Billing Issues to Improve Your Apps
(proandroiddev.com)
Dejan Kuritz tells you about 5 billing system issues he found and his solutions for them. | |
Backend for mobile engineers with Kotlin and Ktor
(medium.com)
Yevhenii Kanivets describes the experience of writing a Kotlin backend for mobile apps using Ktor. | |
Android Room Hidden Costs
(krossovochkin.com)
In this article, Vasya Drobushkov considers some hidden costs Room applies to support reactive streams and how one can try to avoid them. | |
Getting started with Apollo GraphQl on Android
(joebirch.co)
In this article, Joe Birch covers several steps to take a quick look at how to get set up with Apollo in Android projects. | |
Backoff and Retry Strategy using Flows in Android
(proandroiddev.com)
Shivam Dhuria shows how to implement a Back Off Strategy with retry using Flows. | |
How to generate super resolution images using TensorFlow Lite on Android
(blog.tensorflow.org)
In this blog, Wei Wei, TensorFlow Developer Advocate, shows how to use a pre-trained ESRGAN model from TensorFlow Hub and generate super-resolution images using TensorFlow Lite in an Android app. | |
More productivity with Kotlin
(medium.com)
In this blog post, Florina Muntenescu shares a couple of ways Kotlin has increased the productivity of engineers and looks at the Kotlin features that help with this. | |
Using KTX libraries
(medium.com)
Instead of writing your own wrappers and extension functions for these APIs, Florina Muntenescu takes a look at the Jetpack KTX libraries. | |
Keyboard navigation in Android Studio / IntelliJ
(www.rockandnull.com)
Bevan Steele demonstrates that navigating in your source code without a mouse is not that hard and the shortcuts are not that many to learn. | |
Simplifying APIs with coroutines and Flow
(manuelvivo.dev)
This article by Manuel Vivo covers how to simplify APIs using coroutines and Flow as well as how to build your own adapter using suspendCancellableCoroutine and callbackFlow APIs. | |
Jetpack Compose — Before and after
(medium.com)
Chris Banes shows how the build speed, APK size and source line count changed after migrating the Tivi sample app to Jetpack Compose. | |
Place a sponsored post | |
Place a sponsored post & reach over 66k Android devs
(androidweekly.net)
| ||
Design | |
The State of Design Systems: 2020
(material.io)
Abla Hamilton, Material Design Researcher, shares a community survey of design systems, from creation to implementation and beyond. | ||
Announcing the Material Design Award Winners for 2020
(material.io)
Celebrating the product teams that bring Material to life | |
Finding Ethical Design
(material.io)
Cortney Cassidy, Material Visual Designer, considers incorporating ethics in the daily work of design. | |
Jobs | |
Senior Android Engineer (remote)
(imgly.kenjo.io)
Hi! We are that super-groundbreaking technology provider you've probably never heard of! We're building the PhotoEditor SDK and VideoEditor SDK, fully customizable photo and video editing solution for web and mobile platforms that are being used by marvelous brands around the world. Now, we're on the rise for the next generation of our SDKs. And that's where you step in. | |
Android App Developer
(Hamburg)
Join the team of Tomorrow and be part of becoming Europe's leading digital sustainability bank! Work independently in an international, interdisciplinary team - Contribute your existing knowledge & skills proactively to the entire design process – Don’t be afraid of unorthodox solutions. Apply now! | |
Senior Android Developer
(Cincinnati, OH/Remote)
Atomic Robot is looking for a Senior Android Developer to collaborate alongside our clients to create highly engaging mobile applications. Atomic Robot is a mobile consulting agency that has partnered with companies from startups to Fortune 500s across multiple industries. | |
Senior Android Engineer
(Remotely within the UK)
At Chip, our mission is to make saving effortless for millions. You will be responsible for writing well-architected and performant Kotlin code to provide the best possible user experience to our savers. We're growing fast and are showing no signs of slowing down. Apply today! | |
News | |
Treble Plus One Equals Four
(android-developers.googleblog.com)
Google announces extend support from Android OS for upcoming devices. | ||
Opening the Google Play Store for more car apps
(android-developers.googleblog.com)
Today, you can publish your apps to closed testing tracks in the Google Play Store. Google is also preparing the Play Store for open testing tracks soon. | |
Announcing gRPC Kotlin 1.0 for Android and Cloud
(developers.googleblog.com)
Google has been working hard polishing docs, squashing bugs, and making improvements to the gRPC Kotlin project; culminating in the shiny new 1.0 release! | |
Videos & Podcasts | |
Outside-In TDD
(www.youtube.com)
Videos demonstrating Outside-In TDD, mostly on Android | ||
Talking Mobile DevOps With Nicola Corti
(anchor.fm)
In this episode of Talking with Apples, Peter-John Welcome and Nicola Corti take a deep dive into DevOps, in particular Mobile DevOps. | |
No Broken Windows
(www.youtube.com)
In this week's episode, Nate Ebel explores one of his favorite software development mantras "no broken windows" and examines how that theory can be applied to projects to improve the quality over time. | |
Material Live: Designing a Material Theme
(www.youtube.com)
Welcome to Material Live, a live Q&A hosted by Design Advocate, Liam Spradlin | |
Kotlin: Using KTX
(www.youtube.com)
Florina will show us how to use Android KTX and peek under the hood to see how they were made. | |
Kotlin Multiplatform for iOS
(www.youtube.com)
Dinorah Tovar talks about getting started with KMM, with the full support of iOS-specific APIs From Core ML and CloudKit to Ktor, SQLitedelight, and other tools. | |
Copyright © 2020 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 #444 🤖
Sunday, December 13, 2020
View in browser Android Weekly #444 December 13, 2020 Articles & Tutorials link image How To Write Better Tests With JUnit 5 Android (vladsonkin.com) JUnit5 in Android brings a couple of exciting
Android Weekly #443 🤖
Sunday, December 6, 2020
View in browser Android Weekly #443 December 6, 2020 Articles & Tutorials link image Suspending over Views (chris.banes.dev) Coroutines can model asynchronous problems on the same thread. Chris
Android Weekly #442 🤖
Friday, December 4, 2020
View in browser Android Weekly #442 November 29, 2020 Articles & Tutorials link image Integration testing with Dagger (blog.thefuntasty.com) Using DI in our applications forces us to decouple the
Android Weekly #441 🤖
Monday, November 23, 2020
View in browser Android Weekly #441 November 2, 2022 Articles & Tutorials link image There is no copy method for Sealed Classes in Kotlin! (ivanmorgillo.com) Ivan Morgillo shows how ArrowKt's
Android Weekly #439 🤖
Sunday, November 8, 2020
View in browser Android Weekly #439 November 8, 2020 Articles & Tutorials link image How to Make the Compiler Smarter (deniskrr.medium.com) The Kotlin compiler is smart. Denis Crăciunescu shows how
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