Android Weekly - Android Weekly #468 🤖
May 30, 2021
|
Articles & Tutorials | |
Exploring Android 12: Splash Screen
(joebirch.co)
Joe Birch digs into the latest version of Android which gives to us the Splash Screen API. | ||
Compose - List / Detail: Basics - Styling Android
(blog.stylingandroid.com)
Mark Allison shows how to build a side-by-side List/Details screen in Jetpack Compose. | |
Sponsored |
What’s your Mobile Testing Maturity Score?
(hubs.ly)
Curious about your level of mobile testing maturity? Take our interactive mobile testing assessment and receive personalized results that will show how you rank against your peers. | ||
Implementing a Stopwatch with Kotlin Coroutines and Flow Part 1
(akjaw.com)
In this first part, Aleksander Jaworski shows a simplified version of a stopwatch implementation that will only handle one stopwatch. | |
Cartographing Jetpack Compose: foundation
(dev.to)
Thomas Künneth completes his series on digging through Jetpack Compose's compiler, runtime, and foundation. | |
Custom Weekly Schedule Layout with Jetpack Compose - Part 1
(danielrampelt.com)
In this tutorial, Daniel Rampelt builds a custom weekly schedule layout in Jetpack Compose, which looks similar to the week view in Google Calendar or other calendar apps. | |
Understanding Unit Tests for Android in 2021
(proandroiddev.com)
Christopher Elias shows that unit tests are NOT hard at all and shares several examples of how to implement tests of various complexity. | |
Limit the Availability of Kotlin Extension Functions
(proandroiddev.com)
While extension functions are very useful, it may not be appropriate for all objects in a class hierarchy to be able to execute certain extension functions. John Hoegy shows how to add these limits. | |
Merging RxJava Observables considered harmful — Part I
(proandroiddev.com)
Modern Android apps are frequently built atop RxJava. However, you may see UndeliverableExceptions in your crash logs. Stelios Frantzeskakis examines what leads to this situation. | |
Untrusted Touch Events
(medium.com)
Meghan Mehta writes about how Android 12 includes additional measures to ensure that touch events are properly passed to the intended apps to ensure an intuitive and safe UX. | |
Introduction to the Compose Snapshot system
(dev.to)
This post by Zach Klippenstein explores the lower-level snapshot APIs in Compose. | |
A historical introduction to the Compose reactive state model
(dev.to)
This post is part of a series by Zach Klippenstein that attempts to explain how Compose does updates via its snapshot state system. | |
Place a sponsored post | |
Place a sponsored post & reach over 66k Android devs
(androidweekly.net)
| ||
I Spent $5,000 Advertising My Free Book to iOS and Android Engineers
(blog.pragmaticengineer.com)
Gergely Orosz spent $5,000 advertising his free book on several platforms, including a sponsored post at Android Weekly. The result was pretty nice to hear for us! | |
Jobs | |
Lead Developer Kotlin
(Paris, France)
BAM is looking for a lead developer Kotlin to take part in its growth (+500% since 2015). Your goal is going to help our clients tackle their business problems thanks to mobile apps by using the lastest technologies. | |
Libraries & Code | |
CarouselRecyclerview
(github.com)
Carousel Recyclerview let's you create carousel layout with the power of recyclerview by creating custom layout manager. | ||
create-compose-desktop-app
(github.com)
A tool that gives you a massive head start when building Compose Desktop apps. It saves you from time-consuming setup and configuration | |
News | |
Join us for Google for Games Developer Summit 2021
(android-developers.googleblog.com)
The games teams at Google are back to announce the return of the Google for Games Developer Summit 2021 on July 12th-13th | ||
Nine Highlights from the Kotlin Roadmap
(blog.jetbrains.com)
If you want to stay up to date and follow all of the Kotlin team’s plans, review the public roadmap; they’ve just updated it to reflect our plans for 2021 and beyond. | |
Google Play Academy's Security by design module
(playacademy.exceedlms.com)
Sign up for the Security by Design module wherein a few short courses, you will learn how to integrate security into your app development lifecycle, model potential threats, and app security best practices into your app, as well as avoid potential design pitfalls. | |
What’s new in KMM since going Alpha
(blog.jetbrains.com)
Please read Ekaterina Petrova's overview of the main KMM ecosystem highlights since going Alpha so that you don’t miss any important updates. | |
Videos & Podcasts | |
Building An Android App With MVI
(www.youtube.com)
Adam McNeilly's live stream recording as he develops an Android app with MVI. | ||
Android Developers Backstage: Jetpack Compose Compilation
(adbackstage.googledevelopers.libsynpro.com)
Nick and Chet talked with Adam Powell and Leland Richardson about the Compose compiler, the runtime, data flow, and that nifty feature where Compose knows when to call your Composable based on changes in data state. | |
Kotlin 1.5.0 Release Community Event
(www.youtube.com)
Includes Kotlin 1.5.0 Highlights with Svetlana Isakova and Sebastian Aigner, Future plans for Kotlin with Roman Elizarov and a Q&A with the Kotlin team. | |
Growing an Online Presence in the Software Industry with Philipp Lackner
(fragmentedpodcast.com)
In this episode, Donn talks with Philipp Lackner about growing an online presence within the Software Industry with Instagram and YouTube. | |
Android Developers Backstage: Novel Graphics
(adbackstage.googledevelopers.libsynpro.com)
In this episode, Nat Duca and Sumir Kataria from the Android graphics team talk about the graphics stack -- covering shaders, GPUs, Vulkan, OpenGL, ANGLE, drivers, blur, pixels and of course Chet's favorite topic; colors. | |
Copyright © 2021 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 #467 🤖
Sunday, May 23, 2021
View in browser Android Weekly #467 May 23, 2021 Articles & Tutorials Jetpack Compose: Styles and Themes (Part II) (www.waseefakhtar.com) In this second part of the series, Waseef Akhtar looks at
Android Weekly #466 🤖
Sunday, May 16, 2021
View in browser Android Weekly #466 May 16, 2021 Articles & Tutorials link image Static analysis tools for Android (coyarzun.medium.com) Cristopher Oyarzun takes a look into the most popular static
Android Weekly #465 🤖
Sunday, May 9, 2021
View in browser Android Weekly #465 May 9, 2021 Articles & Tutorials Using Realm persistence library in a Kotlin Multiplatform project (johnoreilly.dev) John O'Reilly digs in to see what the
Android Weekly #464 🤖
Sunday, May 2, 2021
View in browser Android Weekly #464 May 2, 2021 Articles & Tutorials Never run Google ads if you have an Android app (danfabulich.medium.com) Dan Fabulich's warnings about using the same Google
Android Weekly #463 🤖
Sunday, April 25, 2021
View in browser Android Weekly #463 April 25, 2021 Articles & Tutorials link image Room auto-migrations (medium.com) Implementing database migrations with Room just became easier, with the help of
You Might Also Like
Daily Coding Problem: Problem #1619 [Hard]
Monday, November 25, 2024
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given two non-empty binary trees s and t , check whether tree t has exactly the
Unpacking “Craft” in the Software Interface & The Five Pillars of Creative Flow
Monday, November 25, 2024
Systems Over Substance, Anytype's autumn updates, Ghost's progress with its ActivityPub integration, and a lot more in this week's issue of Creativerly. Creativerly Unpacking “Craft” in the
What Investors Want From AI Startups in 2025
Monday, November 25, 2024
Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 25, 2024? The HackerNoon
GCP Newsletter #426
Monday, November 25, 2024
Welcome to issue #426 November 25th, 2024 News LLM Official Blog Vertex AI Announcing Mistral AI's Large-Instruct-2411 on Vertex AI - Google Cloud has announced the availability of Mistral AI's
⏳ 36 Hours Left: Help Get "The Art of Data" Across the Finish Line 🏁
Monday, November 25, 2024
Visual Capitalist plans to unveal its secrets behind data storytelling, but only if the book hits its minimum funding goal. View Online | Subscribe | Download Our App We Need Your Help Only 36 Hours
DeveloPassion's Newsletter #180 - Black Friday Week
Monday, November 25, 2024
Edition 180 of my newsletter, discussing Knowledge Management, Knowledge Work, Zen Productivity, Personal Organization, and more! Sébastien Dubois DeveloPassion's Newsletter DeveloPassion's
Meet HackerNoon's Latest Features: Boost Stories with Translations, Speech-to-Text & More
Monday, November 25, 2024
Hey, Hacker! HackerNoon's monthly product update is here! Get ready for a new version of the mobile app, more translation developments, a new AI Gallery, backend moves, and more! 🚀 This product
The ultimate holiday gadget gift
Monday, November 25, 2024
AI isn't hitting a wall; $70 off Apple Watch; 60+ Amazon deals -- ZDNET ZDNET Tech Today - US November 25, 2024 Meta Quest 3S Why the Meta Quest 3S is the ultimate 2024 holiday present This $299
Deduplication in Distributed Systems: Myths, Realities, and Practical Solutions
Monday, November 25, 2024
This week, we'll discuss the deduplication strategies. We'll see whether they're useful and consider scenarios where you may need them. We'll also do a reality check with the promises
How to know if your data has been exposed
Monday, November 25, 2024
How do you know if your personal data has been leaked? Imagine getting an instant notification if your SSN, credit card, or password has been exposed on the dark web — so you can take action