Android Weekly - Android Weekly #416 🤖☺️
May 31, 2020
|
Articles & Tutorials |
|
Designing and Working with Single View States on Android (zsmb.co)
In this article, Márton Braun looks at some basic patterns you might end up using if you decide that the state object should have a one-to-one mapping to the UI state in your view architecture. |
||
Modern Security in Android (medium.com)
This six-part post by Dinorah Tovar compiles her lastest talk about “Modern Security for Android Developers”. |
|
Sponsored |
Build and operate Android apps faster with Bitrise (www.bitrise.io)
From Android-specific solutions to full cross-platform support, we aim to streamline your development process through one, easy-to-use service. Whether you work in Kotlin, React Native, or any other framework, Bitrise is the way to go. Sign up for a free trial today! |
||
Easy Android Scopes (ryanharter.com)
Ryan Harter takes a look at some of the existing approaches that allow us to create presenters that will live in the context of our views and then shares an alternate approach that he's used to ensure presenters are properly bound to their view’s lifecycle. |
|
Sponsored |
Deploy Android Chat In Hours With Stream (getstream.io)
Learn how easy it is to use Stream's Android Java & Kotlin chat SDK. Build real-time chat for Android in hours, not months. Start a free trial now and try out Stream's chat API and SDK Components. See why Stream powers the feeds and chat for over 500 million end-users. |
||
Firebase Predictions (vladimirj.dev)
A lot of Android developers have never heard of Firebase Predictions or never used it, and this article will serve as a quick introduction. Vladimir Jovanovic also explores some of the retention and monetization strategies that this tool makes possible. |
|
Stop using Gradle buildSrc. Use composite builds instead (proandroiddev.com)
You are invalidating the whole project for any change within buildSrc, usually without there being a valid reason. Josef Raska shows how we can keep the sweetness of Kotlin whilst avoiding this. |
|
Kotlin Collection Functions Cheat Sheet (shorturl.at)
Kotlin provides a rich utility set of functions for its collections. It is hard to scan through 200 of them alphabetically to find which is relevant. Hence Elye has made a cheat sheet for the functions, grouping them based on its functionality. |
|
Refactoring Themes with Style (medium.com)
Theme overlays are used to override values from your theme. Ataul Munim highlights three cases where he's using them to be helpful. |
|
Resource configuration for Microsoft Surface Duo (devblogs.microsoft.com)
Enhancing your app for dual-screen devices is easily done by following this three-step process. Here, Cesar provides some additional useful tips for embracing new features so your app can take full advantage of both screens when it is spanned. |
|
A hidden Kotlin gem: Deprecations with ReplaceWith (dev.to)
Marc Reichelt describes how in Kotlin & IntelliJ/Android Studio, Deprecations with ReplaceWith can give you a pleasant developer experience. |
|
Hiding Text in Kotlin – How many ways? (blog.blundellapps.co.uk)
At some point, you may want to show that you know a text value, but not show the value itself. Paul Blundell explores some ways to implement this in Kotlin. |
|
Material Shape: Cutting Corners (blog.stylingandroid.com)
Mark Allison continues his series on Material 2.0 themes, this time looking at how we can create custom corner and edge treatments. |
|
Make it work with foldable displays (medium.com)
In this article, Malik Motani talks about things that a developer needs to keep in mind while developing an app for foldable devices |
|
May 2020: The state of Kotlin Scripting (medium.com)
Lately, Martin Bonnin started replacing Bash and Python scripts with Kotlin Scripts and he's loving Kotlin even more! |
|
Jetpack ViewModel and string resources (www.rockandnull.com)
Bevan Steele shares a couple of ways to make ViewModels as Android-independent as possible. |
|
Place a sponsored post |
|
Place a sponsored post on an Android Weekly issue (androidweekly.net)
Reach more than 66k subscribers around the world with your Android development product or service, or post a job post to hire excellent Android developers. |
||
Libraries & Code |
|
supabase (github.com)
Supabase, an open-source alternative to Firebase Realtime Database, adds realtime and RESTful APIs to your existing PostgreSQL database without a single line of code. |
|
News |
|
Duolingo migrates to Kotlin (developer.android.com)
Duolingo completes migration to Kotlin and reduces its line count by an average of 30%. |
||
Announcing Firebase Live (firebase.googleblog.com)
Firebase Live is a new 5-part weekly web series for developers consisting of talks, tips, and technical tutorials to help you increase productivity and collaboration among your team. |
|
Android Studio 4.0 (android-developers.googleblog.com)
Google announces the release of Android Studio 4.0 |
|
Videos & Podcasts |
|
Kotlin Object (www.youtube.com)
In this episode, we go over the differences between implementing a Singleton in Java versus Kotlin, how you can create Singletons in Kotlin without using the static keyword, and what’s happening under the hood when using object |
||
Jetpack Compose with Leland Richardson (talkingkotlin.com)
Jetpack Compose is the new UI toolkit from Google that is Kotlin First. It takes advantage of Kotlin's Compiler Plugin Architecture to provide a performant UI layer for Android development (albeit extensible to other platforms). Hadi sits down with the lead of the project to discuss what it is and plans around it. |
|
Functional Kotlin w/ Higher Order Functions & Kotlin Standard Library (www.youtube.com)
Nate Ebel teaches how to write and use Kotlin's higher-order functions. You'll then learn about many useful functions from the Kotlin Standard Library such as filter(), map(), filterNotNull(), associate(), and more. |
|
What's new in Android Studio 4.0 (www.youtube.com)
The Android Studio 4.0 release introduces a new Motion Editor, Build Speed window, Live Layout inspector, Multi Preview for your layouts, support for Kotlin DSL script files, and a Smart editor for R8 rules. |
|
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: |
||
or |
|
|
Older messages
Android Weekly #415 🤖
Sunday, May 24, 2020
View in browser Android Weekly #415 May 24, 2020 Articles & Tutorials link image The Ultimate Guide to Android Bluetooth Low Energy (punchthrough.com) Chee Yi Ong goes over the basics of BLE that
Android Weekly #414 🤖
Sunday, May 17, 2020
View in browser Android Weekly #414 April 17, 2020 Articles & Tutorials link image Material Shape: Gotchas (blog.stylingandroid.com) Applying Material Shape is a very powerful tool, and Mark
Android Weekly #413
Sunday, May 10, 2020
View in browser Android Weekly #413 May 10, 2020 Articles & Tutorials link image Concurrency Frameworks in Android are Overrated (www.techyourchance.com) In this follow-up post, Vasiliy Zukanov
Android Weekly #411 💡
Sunday, April 26, 2020
View in browser Android Weekly #411 April 26, 2020 Articles & Tutorials link image To Mock, or Not to Mock, That is the Question (www.techyourchance.com) In this post, Vasiliy Zukanov works on
Android Weekly #410 ☕️
Sunday, April 19, 2020
View in browser Android Weekly #410 April 19, 2020 Patreon link image Android Weekly on Patreon Your biggest support is to subscribe to our weekly Android development newsletter. But if you want to
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