Android Weekly - Android Weekly #424

 
 

Android Weekly

#424
July 26, 2020
 
 
 

Articles & Tutorials

 
link image   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

 
link image   Place a sponsored post & reach over 66k Android devs (androidweekly.net)

 

Libraries & Code

 
link image   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

 
link image   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

 
link image   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:
Android Weekly
Kortumstr. 19-21
Bochum 44787
Germany

Add us to your address book
 
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

Youre Overthinking It

Wednesday, January 15, 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 15, 2025? The

eBook: Software Supply Chain Security for Dummies

Wednesday, January 15, 2025

Free access to this go-to-guide for invaluable insights and practical advice to secure your software supply chain. The Hacker News Software Supply Chain Security for Dummies There is no longer doubt

The 5 biggest AI prompting mistakes

Wednesday, January 15, 2025

✨ Better Pixel photos; How to quit Meta; The next TikTok? -- ZDNET ZDNET Tech Today - US January 15, 2025 ai-prompting-mistakes The five biggest mistakes people make when prompting an AI Ready to

An interactive tour of Go 1.24

Wednesday, January 15, 2025

Plus generating random art, sending emails, and a variety of gopher images you can use. | #​538 — January 15, 2025 Unsub | Web Version Together with Posthog Go Weekly An Interactive Tour of Go 1.24 — A

Spyglass Dispatch: Bromo Sapiens

Wednesday, January 15, 2025

Masculine Startups • The Fall of Xbox • Meta's Misinformation Off Switch • TikTok's Switch Off The Spyglass Dispatch is a newsletter sent on weekdays featuring links and commentary on timely

The $1.9M client

Wednesday, January 15, 2025

Money matters, but this invisible currency matters more. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

⚙️ Federal data centers

Wednesday, January 15, 2025

Plus: Britain's AI roadmap ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Post from Syncfusion Blogs on 01/15/2025

Wednesday, January 15, 2025

New blogs from Syncfusion Introducing the New .NET MAUI Bottom Sheet Control By Naveenkumar Sanjeevirayan This blog explains the features of the Bottom Sheet control introduced in the Syncfusion .NET

The Sequence Engineering #469: Llama.cpp is The Framework for High Performce LLM Inference

Wednesday, January 15, 2025

One of the most popular inference framework for LLM apps that care about performance. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

3 Actively Exploited Zero-Day Flaws Patched in Microsoft's Latest Security Update

Wednesday, January 15, 2025

THN Daily Updates Newsletter cover The Kubernetes Book: Navigate the world of Kubernetes with expertise , Second Edition ($39.99 Value) FREE for a Limited Time Containers transformed how we package and