Android Weekly - Android Weekly #433 🤖

 
 

Android Weekly

#433
September 27, 2020
 
 
 

Articles & Tutorials

 
link image   Building a Trivia App for Google Assistant (hackernoon.com)

Melody Sabouri shows how easy it can be to build a trivia voice app for Google Assistant.

 
Uncomfortable Questions About App Signing (commonsware.com)

Mark Murphy poses some important questions about Play Store App Signing and what it makes possible.

 
link image   DataStore: Security (blog.stylingandroid.com)

Mark Allison continues his series on DataStore, a replacement for SharedPreferences. This time he looks at how to encrypt the data in DataStore, similar to EncryptedSharedPreferences from Jetpack Security.

 
Scoped Storage Tutorial for Android 11: A Deep Dive (www.raywenderlich.com)

Scoped storage is mandatory for all apps targeting Android 11. In this tutorial, Carlos Mota teaches how to implement the latest storage APIs in Android 11 by adding features to a meme-generating app.

 
Getting started with Firebase emulators suite for Android (burhanrashid52.com)

Firebase emulator is a tool that helps us to test various firebase services in our local environment altogether. Burhanuddin Rashid goes through some examples of how to use it.

 
How to handle Navigation in Jetpack Compose (medium.com)

Navigation in Compose is somewhat different from the usual Android implementation. Gastón Saillén digs into a way to handle it in the world of Compose.

 
Write RecyclerViews in one line of code with Jetpack Compose (medium.com)

In this article Gastón Saillén demonstrates the power of Jetpack Compose to make a simple user list in just one line of code.

 
Getting to know RecyclerView (medium.com)

Meghan Mehta goes through the steps of creating a simple RecyclerView, and also breaks down the different pieces that a RecyclerView needs so you can try it in your own apps.

 
The real size of Android objects (dev.to)

Py is currently reimplementing how LeakCanary computes the retained heap size of objects, so here are a few pointers on how it's done.

 
How to draw 2.6 million polygons on Android at 60 FPS (proandroiddev.com)

In this article, Abhishek Bansal shows how to use Half data type from the Android platform and also explore the caveats of it in polygon rendering.

 
Announcing a painless Kotlin/Multiplatform NoSQL embedded database (medium.com)

Salomon BRYS introduces a new Kotlin/Multiplatform embedded NoSQL indexed document database for Android, iOS, and client JVM: KodeinDB

 
Wireless Android development with a local device (www.rockandnull.com)

A quick tip from Bevan Steele on how to use the scrcpy tool to remotely view and interact with an Android device or emulator,

 
Spannable String: Text Styling with Spans (blog.mindorks.com)

In this blog post, Sumit Mishra shows how to use Spans for styling our text used in an application.

 
The Dark Secrets of Fast Compilation for Kotlin (blog.jetbrains.com)

Andrey Breslav examines a huge and largely invisible part of Kotlin which makes it compile much faster on relatively small changes that happen a lot in an everyday run-test-debug loop.

 

Place a sponsored post

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

 

Jobs

 
Sr. Android Engineer (Austin, Texas)

As a Sr. Android Engineer at Favor, you will work closely with our product and operations teams to understand customer needs, build simple solutions to complex problems, and deliver delightful experiences to all our users.

 
Senior Android Developer @ PSPDFKit (Remote)

PSPDFKit is a remote-first company building modern document editing and collaboration solutions used by Dropbox, Disney, Lufthansa, IBM, and more. We're looking for an experienced developer who wants to help us building Android libraries from design to delivery (UI, Kotlin APIs, tooling, and NDK).

 
Android Engineer (London or Remote)

Ctrl Group is looking for an Android engineer to join our team in London, or work remotely. You will be a part of an engineering team that values collaboration and shared ownership of the codebase. With our designers, you will work on features that help patients and clinicians work together.

 

Libraries & Code

 
link image   Transformers (github.com)

An Android transformation library providing a variety of image transformations for Coil, Glide, Picasso, and Fresco.

 
Kodein-DB (github.com)

Multiplatform NoSQL database

 
DinoCompose (github.com)

Chrome's Dino T-Rex game developed in Jetpack Compose

 

News

 
link image   Introducing Android 11 on Android TV (android-developers.googleblog.com)

Following right behind the mobile release, Google's launching Android 11 on Android TV to bring the latest platform features to the big screen.

 
Improve Your Game with Texture Compression Format Targeting (android-developers.googleblog.com)

You can now use Google Play Asset Delivery to include textures in multiple texture compression formats in your Android App Bundle and the assets will automatically be delivered with the best-supported texture compression format for each device.

 
All developers will get the new Google Play Console on November 2, 2020 (android-developers.googleblog.com)

The old Play Console will be discontinued starting November 2, 2020. After this date, you’ll be automatically directed to the new Play Console when you log into your account

 

Videos & Podcasts

 
link image   Improve your game with texture format targeting (www.youtube.com)

Host Dan Galpin explains how to improve the load time, frame rates, and size of your game by supporting modern texture compression with Play Asset Delivery

 
iOSDev vs AndroidDev.lazy().not() (fragmentedpodcast.com)

A tweet from a famous tech journalist about Android vs iOS spurs a storm. In this episode, Donn and Kaushik given their honest thoughts on iOS vs Android; and being developers for the platform.

 
Migrating from Dialogflow to Actions Builder (www.youtube.com)

In this video, go over the similarities and differences between the two workflows in Dialogflow and Actions Builder. You will learn about a migration tool that can speed up your migration process from Dialogflow to Actions Builder.

 
 
 
 
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 #430 🤖

Sunday, September 6, 2020

View in browser Android Weekly #430 September 6, 2020 Articles & Tutorials link image How to integrate In-App Reviews in Android using Kotlin (johncodeos.com) In this tutorial, John Codeos shows

Android Weekly #429 🤖

Sunday, August 30, 2020

View in browser Android Weekly #429 August 30, 2020 Articles & Tutorials link image Dark Theme with MDC (medium.com) Chris Banes shows how we can adapt our apps to support dark themes using

Android Weekly #428 🤖🤖

Sunday, August 23, 2020

View in browser Android Weekly #428 August 23, 2020 Articles & Tutorials link image Kotlin Flow Retry Operator with Exponential Backoff Delay (blog.mindorks.com) In this tutorial, Amit Shekhar

Android Weekly #427 🤖

Sunday, August 16, 2020

View in browser Android Weekly #427 Aug 16, 2020 Articles & Tutorials link image Smile, it's CameraX! [preview and capture] (magdamiu.com) Magda Miu continues her series on CameraX,

Android Weekly #426 🤖

Sunday, August 9, 2020

View in browser Android Weekly #426 August 9, 2020 Articles & Tutorials link image Layout Inspector in 2020 (alexzh.com) Alex shows that the current version of the “Layout Inspector” has many

You Might Also Like

Daily Coding Problem: Problem #1432 [Medium]

Sunday, May 5, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This question was asked by Snapchat. Given the head to a singly linked list, where each node also has a “random”

PD#572 Good Ideas in Computer Science

Sunday, May 5, 2024

Ideas every programmer likes and why Garbage Collection and Object Oriented Programming don't count ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

RD#454 API Layer & Fetch Functions

Sunday, May 5, 2024

ixing API and UI code quickly leads to messy and unmaintainable code ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

The Shiny Toy Syndrome & Tiny macOS utility apps I love

Sunday, May 5, 2024

Lex launching its redesign, Raycast shares another monthly update packed with AI updates, prompts should be designed not engineered, and a lot more in this week's issue of Creativerly. Creativerly

Hyundai antes up $1B for AV startup Motional and Elon unplugs the Tesla Supercharger team

Sunday, May 5, 2024

Plus, layoffs come for Luminar, Fisker and Ola View this email online in your browser By Kirsten Korosec Sunday, May 5, 2024 Image Credits: Motional Welcome back to TechCrunch Mobility — your central

C#504 Adventures serializing absolutely everything in C#

Sunday, May 5, 2024

A fantastic journey porting Newtonsoft.Json to System.Text.Json ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Sunday Digest | Featuring 'Which City Has the Most Billionaires in 2024?' 📊

Sunday, May 5, 2024

Every visualization published this week, in one place. Visual Capitalist Sunday Digest logo May 5, 2024 | View Online | Subscribe | VC+ The Best of This Week's Visuals Presented by Voronoi: The

The dark side of startup accelerators

Sunday, May 5, 2024

Plus: No easy solution to AI hallucinations View this email online in your browser By Anthony Ha Sunday, May 5, 2024 Image Credits: Bryce Durbin This Week, TechCrunch dug into the struggles at two

Android Weekly #621

Sunday, May 5, 2024

View in web browser 621 May 5th, 2024 Articles & Tutorials Sponsored Genius Scan SDK: a document scanner in your app Embed a reliable document scanner with OCR in your app, enabling your customers

This Week's Daily Tip Roundup

Sunday, May 5, 2024

Missed some of this week's tips? No problem. We've compiled all of them here in one convenient place for you to enjoy. Happy learning! iPhoneLife Logo View In Browser Your Tip of the Day is