Android Weekly - Android Weekly #424
July 26, 2020
|
Articles & Tutorials | |
![]() |
Kotlin/Native Memory Management Roadmap
(blog.jetbrains.com)
The current automatic memory management implementation in Kotlin/Native has limitations when it comes to concurrency and we are working on a replacement. Existing code will continue to work and will be supported. | |
Custom Lints
(medium.com)
Anupam Singh walks through the process of creating a custom lint rule. | |
Architecture's Biggest Benefit
(www.rstockbridge.dev)
Rebecca Stockbridge shares what she considers to be the most important benefit of implementing an architecture style. | |
Android Vitals - Diving into cold start waters
(dev.to)
This blog series is focused on stability and performance monitoring of Android apps in production. Over the next blog posts, Py will explore how to monitor cold start. | |
How we ensure credible analytics on Dropbox mobile apps
(dropbox.tech)
Adding user analytics to a feature may seem like a straightforward task. Marianna Budnikova discusses how in reality, the user analytics story is a lot more complicated. | |
Accelerating TensorFlow Lite with XNNPACK Integration
(blog.tensorflow.org)
Marat Dukhan announces on average, 2.3X faster floating-point inference through Google's integration of the XNNPACK library into TensorFlow Lite. | |
Decrease startup time with Jetpack App Startup
(android-developers.googleblog.com)
Application startup time is a critical metric for any application. Jetpack App Startup is a library that provides a straightforward, performant way to initialize components at application startup. | |
Modern date and time handling in all Android versions (without sugar)
(www.rockandnull.com)
In the latest Android Gradle plugin release (v.4.0.0+), "Java 8+ API desugaring support" was introduced. Bevan Steele takes a look at how this provides a new date and time support. | |
How Discord Made Android In-App Navigation Easier
(blog.discord.com)
Donald Chen describes adding a new navigation paradigm to the Discord app. | |
Solving missing System Entities in Actions Builder: Community Types!
(dev.to)
If you have tried the new tool for building Actions on Google, the Actions Builder, you may have noticed it missing the depth of System Entities that DialogFlow has. Denis Valášek shares a repository of these definitions. | |
Mysterious SQLite bugs and how to solve them
(www.alecstrong.com)
Alec Strong describes a mysterious bug that presented itself on Android 30. | |
Android Model-View-Intent with Kotlin Flow
(proandroiddev.com)
Adam Hurwitz provides an in-depth analysis of various MVI implementations. | |
Migrating the Google I/O app to Hilt
(medium.com)
In this article Jose Alcérreca goes through our experience migrating the Google I/O app to using the Hilt library. | |
Getting on the same page with Paging 3
(android-developers.googleblog.com)
Florina Muntenescu announces the launch of Paging 3.0 (now in alpha02), a complete rewrite of the library using Kotlin coroutines while still supporting Java users and offering the features you asked for. | |
Hilt and Dagger annotations cheat sheet
(medium.com)
Hilt defines a standard way to do dependency injection (DI) in your application by providing containers for every Android class in your project. This cheat sheet allows you to quickly see what the different Hilt and Dagger annotations do and how to use them. | |
Place a sponsored post | |
![]() |
Place a sponsored post & reach over 66k Android devs
(androidweekly.net)
| |
Libraries & Code | |
![]() |
moko-errors
(github.com)
Automated exceptions handler for mobile (android & ios) Kotlin Multiplatform development | |
maskara
(github.com)
A simple way to format text fields without getting affected by input filters. | |
aog-community-types
(github.com)
Community Types is a collection of open Types to use with Actions Builder. These Types were contributed by the community! | |
sunflower
(github.com)
A gardening app illustrating Android development best practices with Android Jetpack. | |
space-app
(github.com)
An Android app which shows timeline of upcoming rocket launches and showcases architecture of real application. | |
News | |
![]() |
Introducing Jetpack on GitHub
(medium.com)
Interested in looking at the source code for or contributing to Jetpack libraries, and you like Github? Alan Viverette announces that Google is beginning a project to meet developers where they are: GitHub. | |
Videos & Podcasts | |
![]() |
Taking Advantage of Kotlin for Android
(www.youtube.com)
Nate Ebel's overview of Kotlin for Android development. He explores the Kotlin First approach to modern Android development as we explore how to take advantage of Kotlin for Android development. | |
Android Developers Backstage: Grab that Dagger by the Hilt
(androidbackstage.blogspot.com)
In this episode, Chet and Romain are joined by Daniel Santiago from Jetpack, and Eric Chang from Dagger to talk about Hilt. | |
Navigating navigation
(www.youtube.com)
Ian covers how Navigation 2.2 and 2.3’s improvements in deep linking, APIs for returning a result, new support for testing Navigation, and integration with dynamic feature modules can make some common tasks and some tricky cases much easier to handle. | |
One Shot: Meaningful vector animation using Shape Shifter
(www.youtube.com)
A fun lightning talk by Garima Jain about how to add motion to boring SVGs provided by designers and turn them into cool animations | |
Introducing Android Performance Tuner
(www.youtube.com)
The new Android Performance Tuner is a library within the Android Game SDK that unlocks game performance insights within Android vitals. In this episode, Dan Galpin shows how to integrate the Android Performance Tuner with your games and the kinds of insights you will get to optimize, such as graphical fidelity and frame rate. | |
Hilt - Android Dependency Injection
(www.youtube.com)
Hilt is a dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project. In this video Daniel demonstrates how to set up Hilt in an application, showcases its testing APIs and explains some of Hilt internals to demonstrate its benefits. | |
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 #423 🤖
Sunday, July 19, 2020
View in browser Android Weekly #423 July 19, 2020 Articles & Tutorials link image Android Vitals - What time is it? (dev.to) This blog series by Py will be focused on stability and performance
Android Weekly #422 🤖
Sunday, July 12, 2020
View in browser Android Weekly #422 July 12, 2020 Articles & Tutorials link image Tick Tock: Desugaring and Timezones (www.zacsweers.dev) Zac Sweers introduces TickTock, a library for packaging the
Android Weekly #420
Sunday, June 28, 2020
View in browser Android Weekly #420 June 28, 2020 Articles & Tutorials link image The forgotten art of construction (proandroiddev.com) Danny Preussler tries to bring some sanity to the wild world
Android Weekly #419
Sunday, June 21, 2020
View in browser Android Weekly #419 June 21, 2020 Articles & Tutorials link image Tinder MotionLayout (medium.com) In this post, Rodrigo Dominguez puts together an animation similar to that of the
Android Weekly #418 🤖
Sunday, June 14, 2020
View in browser Android Weekly #418 June 14, 2020 Articles & Tutorials link image Exploring Dagger Hilt: An Introduction (joebirch.co) When it comes to dependency injection on Android, we've
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: my 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