Android Weekly - Android Weekly #439 🤖
November 8, 2020
|
Articles & Tutorials | |
How to Make the Compiler Smarter
(deniskrr.medium.com)
The Kotlin compiler is smart. Denis Crăciunescu shows how you can give the compiler hints, using Contracts, to make it even smarter. | ||
Using the Signature class to verify data
(medium.com)
When there is an exchange of information happening, we often want to verify that the origin of the data is the right one. Enrique López-Mañas pulls together how to do it in this great article. | |
Sponsored |
Build a Streaming Application with Face Filter
(www.agora.io)
Learn how to build a live streaming application on Android using face filters, which have gradually become one of the most popular entertainment modes. Create your application. Check out the attached blog for a step by step tutorial. | ||
Mastering API Visibility in Kotlin
(zsmb.co)
When designing a library, minimizing your API surface – the types, methods, properties, and functions you expose to the outside world – is a great idea. In this article, Márton Braun takes a closer look at what this means. | |
Full Text Search in Room Tutorial: Getting Started
(www.raywenderlich.com)
In this Android tutorial by Kshitij Chauhan, you’ll learn how to implement Full Text Search in Room and use advanced FTS operations, such as ranking search results. | |
Material Motion: Shared Axis
(blog.stylingandroid.com)
Mark Allison takes a look at Shared Axis transitions from the Material Design Components library. These are transitions between distinct layouts of Fragments with directional components. | |
RxJava Combining Operators
(www.raywenderlich.com)
In this tutorial by Prashant Barahi, you’ll use RxJava combining operators to merge, filter and transform your data into succinct and reusable streams. | |
Data classes — the classy way to hold data
(medium.com)
To model a class that holds just data, you should use a data class. Read on to learn more from Florina Muntenescu about the advantages of data classes, their restrictions and to take a look under the hood of how they’re implemented. | |
View binding for the lazy
(www.crazylegend.dev)
This article shows how to leverage a set of Kotlin delegates to simplify your Android View Binding implementation on each activity and fragment. | |
Layout Inspector in 2020
(alexzh.com)
Alex Zhukovich explores the "Layout Inspector" tool with the ability to do UI debugging and analysis of the User Interface for UI testing. | |
3 Major Benefits Of View Binding Android
(vladsonkin.com)
In this article, Vlad Sonkin looks at Android View Binding, compares it with all other solutions, and examines how we can use it. | |
Android library development - Modularization
(jeroenmols.com)
With modularization being all the hype, should you also modularize an SDK? Jeroen Mols continues his series on Android library development, taking a look at modularization. | |
Easy Espresso tests: use Barista
(www.rockandnull.com)
Bevan Steele shares how to use the Barista library to write easier, cleaner, and less fragile UI tests using Espresso. | |
Jetpack Compose for the Desktop!
(johnoreilly.dev)
John O'Reilly notices changes being made that would allow the use of Jetpack Compose to develop UI for desktop apps. Here are some of his findings. | |
Place a sponsored post | |
Place a sponsored post & reach over 66k Android devs
(androidweekly.net)
| ||
Jobs | |
Senior Android Engineer
(Remote, Europe only)
Argent is the world's most simple and secure crypto wallet, backed by the investors of Slack and Spotify. We're hiring a Senior Android Engineer to help us make the future of money and the internet more open and fair. You'll take ownership of the entire development lifecycle. | |
Senior Software Engineer - Android
(New York City)
Squarespace is seeking a Senior Software Engineer - Android to join our small, collaborative team responsible for the end-to-end development of our Android applications and the long-term vision of Squarespace on mobile devices. This role reports to our Engineering Manager in New York City. | |
Engineering Lead - Android
(Dublin, Ireland)
Unfold is looking for a Team Lead - Android. You will join our small, collaborative team responsible for the end-to-end development of our Android applications and the long-term vision of Unfold on mobile devices. You will report to our Engineering Manager in Dublin, Ireland. | |
Libraries & Code | |
Bundler
(github.com)
Android Intent & Bundle extensions that insert and retrieve values elegantly. | |
Barista
(github.com)
Barista makes developing UI test faster, easier and more predictable. Built on top of Espresso, it provides a simple and discoverable API, removing most of the boilerplate and verbosity of common Espresso tasks. You and your Android team will write tests with no effort. | |
AffectedModuleDetector
(github.com)
A Gradle Plugin to determine which modules were affected by a set of files in a commit. | |
News | |
Privacy-preserving features in the Mobile Driving License
(android-developers.googleblog.com)
Android now includes APIs for managing and presenting with identity documents in a more secure and privacy-focused way than was previously possible | ||
Videos & Podcasts | |
Firebase and Kotlin: Extensions, Coroutines and Flows
(www.youtube.com)
In this session, Rosário talks about some of the features that are present in the Firebase KTX libraries and the features that you can implement yourself to get cleaner and more idiomatic Kotlin code. | ||
State of the Testing Union with Valera Zakharov
(fragmentedpodcast.com)
Kaushik and Donn talk with Valera Zakharov who’s a Staff Engineer at Slack and considered one of the experts in the field of mobile testing. | |
Jazz up your Bottom Navigation Bar with Micro Animations
(www.youtube.com)
This talk by Lauren Green focuses on everything from the design process of drawing your icons, animating your icons into animated vector drawables and implementing them into your Kotlin code for your Android application | |
App Bundles: Everything to know about Play App Signing
(www.youtube.com)
In this session, Android Developer Advocate Wojtek Kalicinski will show you how to opt into Play App Signing and what choices are available to you, including when and how to retain access to your app signing key. | |
Events | |
Locomotive AR - Creating an Augmented Reality Game Tickets
(www.eventbrite.com)
In this talk on Thu, Nov 12, 2020, Ondrej Komarek will show you how to make a simple AR game on Android using technologies like ARCore and Sceneform. | |
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 #438 🤖🎃
Sunday, November 1, 2020
View in browser Android Weekly #438 November 1, 2020 Articles & Tutorials link image In-app Updates: be prepared for the critical-bug-case (www.rockandnull.com) Bevan Steele shows how to build an
Android Weekly #437 👾
Sunday, October 25, 2020
View in browser Android Weekly #437 October 25, 2020 Articles & Tutorials link image Logging in Android (magdamiu.com) Magda Miu shares a quick overview of the built-in logging capability in
Android Weekly #436 🤖
Monday, October 19, 2020
View in browser Android Weekly #436 October 18, 2020 Articles & Tutorials Synchronous communication with the UI using StateFlow (proandroiddev.com) Raul Hernandez Lopez demonstrates using StateFlow
Android Weekly #435 👾
Sunday, October 11, 2020
View in browser Android Weekly #435 October 11, 2020 Articles & Tutorials link image Android Sharesheet: Old Dog, New Tricks (vladsonkin.com) Vlad Sonkin explores the most recent share sheet
Android Weekly #434 🤖
Sunday, October 4, 2020
View in browser Android Weekly #434 October 4, 2020 Articles & Tutorials link image Busting Android performance myths (medium.com) In the spirit of MythBusters, Calin Juravle test several myths
You Might Also Like
Daily Coding Problem: Problem #1668 [Easy]
Tuesday, January 14, 2025
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. A number is considered perfect if its digits sum up to exactly 10. Given a
Django vs FastAPI, Interacting With Python, Data Cleaning, and More
Tuesday, January 14, 2025
Django vs. FastAPI, an Honest Comparison #664 – JANUARY 14, 2025 VIEW IN BROWSER The PyCoder's Weekly Logo Django vs. FastAPI, an Honest Comparison David has worked with Django for a long time, but
🤖 Yes, I Do Want a Drink-Carrying Robot — The Best Way to Give Old TVs Bluetooth
Tuesday, January 14, 2025
Also: How to Prevent Your Computer From Waking Up Accidentally, and More! How-To Geek Logo January 14, 2025 Did You Know Except for the letter Q, every letter of the alphabet shows up in the names of
Charted | AI's Perceived Impact on Job Creation, by Country 🔮
Tuesday, January 14, 2025
This chart presents Ipsos survey results on whether people believe AI will create many new jobs in their country. View Online | Subscribe | Download Our App Presented by Hinrich Foundation NEW REPORT:
HackerNoon Decoded: How Users Searched in 2024
Tuesday, January 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? 🪐 What's happening in tech today, January 14, 2025? The
Hack Your Python Roadblocks -- Just 5 Seats Left
Tuesday, January 14, 2025
Hi there, A quick update: after last week's announcement, the Intermediate Python Deep Dive live course is almost full. We're down to just 5 spots left for the February cohort, and once they
Spyglass Dispatch: TikTok & Twitter
Tuesday, January 14, 2025
Sonos Switch • MySports Streaming • Amazon's Alexa Brain Freeze • Billionaire-Free Social Media • EU Backs off Big Tech The Spyglass Dispatch is a newsletter sent on weekdays featuring links and
5 AI Predictions for 2025 (AI hype dying; real opportunities rising)
Tuesday, January 14, 2025
plus, a new study: AI Economy = $15 trillion. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
Power BI Weekly #291 - 14th January 2025
Tuesday, January 14, 2025
Power BI Weekly Newsletter Issue #291 powered by endjin Welcome to the 291st edition of Power BI Weekly! No official Power BI blogs yet, so let's dive into the community articles. To start, Eugene
LW 165 - How Shopify Built Its Live Globe for Black Friday
Tuesday, January 14, 2025
How Shopify Built Its Live Globe for Black Friday Shopify Development news and articles Issue 165