Android Weekly - Android Weekly #463 🤖
April 25, 2021
|
Articles & Tutorials | |
Room auto-migrations
(medium.com)
Implementing database migrations with Room just became easier, with the help of auto-migrations, introduced in version 2.4.0-alpha01. Florina Muntenescu shows how easy they really are! | ||
A Compose & Viewmodel integration test with Hilt
(medium.com)
This post by Michel Onwordi shows a simple setup for running an integration test between Compose and a ViewModel using Hilt. | |
Sponsored |
SIM Card Based Mobile Authentication on Android
(developer.tru.id)
Learn how you can access the authentication mechanism used by Mobile Network Operators. Securely verify phone numbers and detect SIM Swap attacks using tru.ID's APIs and SDKs. | ||
Tap Response Time: Jetpack Navigation
(dev.to)
In the previous article, Py established that the naive approach to measuring Tap Response Time isn't accurate and doesn't scale. Here he builds a better implementation step by step, on top Jetpack Navigation. | |
Navigation Drawer using Jetpack Compose
(proandroiddev.com)
In this article, Avinash Agarwal takes a look at a way to create a navigation drawer and navigate between different screens using the navigation component from Compose. | |
Unit testing on Android
(proandroiddev.com)
Testing your code is crucial for many reasons and Deniz Demirci demonstrates those through this article with examples. | |
Getting your KMM project working with Android Gradle Plugin 7.0+
(proandroiddev.com)
Several tips from Carlos Mota on getting all the bleeding edge Android developer tools working together. | |
Lessons learned when migrating my app to Jetpack Compose
(proandroiddev.com)
Recently Igor Escodro decided to port his whole application, Alkaa, to Jetpack Compose. These are some lessons learned while doing the port. | |
Ending the Single Letter Generic Type Convention in Kotlin
(www.bignerdranch.com)
Bryan Sills makes the case for giving generic types descriptive names instead of using single letters. | |
Ensuring code quality with CI/CD
(devblogs.microsoft.com)
Cesar shows how several of Microsoft's Surface Duo SDK projects are automated using GitHub Actions. | |
Random Musings on the Android 12 Developer Preview 3
(commonsware.com)
Each time Google releases a follow-on developer preview, Mark Murphy rummages through the incremental API differences report, the release notes, and even the release blog post, to see if there are things that warrant more attention from developers. | |
Getting ready for Declarative UIs — Part 3 — Why Declarative UIs on Android?
(proandroiddev.com)
Raul Hernandez Lopez continues his series, discussing reasons why Declarative UIs could be a choice compared with Imperative UIs and really “Why” it could be a choice that matters on Android. | |
Realm Kotlin Multiplatform SDK
(blog.jetbrains.com)
Realm Engineering team decided to rebuild their SDK from the ground-up in Kotlin, and here they share some of the key design principles that guided the development of their Kotlin Multiplatform SDK. | |
CoroutineScope and coroutineContexts
(www.billjings.com)
Here's an article to help better understand CoroutineScope and coroutineContexts | |
Android GPU Compute Going Forward
(android-developers.googleblog.com)
Google deprecates RenderScript starting in Android 12 | |
Pi Practice App in Compose
(zsmb.co)
In this article, Márton Braun rebuilds an app in Jetpack Compose which formerly was using JetBrains' declarative Anko Layouts. | |
Place a sponsored post | |
Place a sponsored post & reach over 66k Android devs
(androidweekly.net)
| ||
Jobs | |
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. | |
Senior Android Developer
(Remote - EMEA)
Komoot is an app that lets you find, plan, and share adventures with the easy route planner. It’s our mission to inspire great adventures by making them accessible to all. You’ll take over full responsibility of our Android App and team up with the rest of our world class Android team. | |
Android Engineer at onX
(Montana or Remote, USA only)
At onX we bring our devotion to the outdoors to work daily with a singular, powerful goal: to awaken the adventurer inside everyone. Using the latest Android and mapping technologies, you'll work on a suite of leading off-the-pavement GPS apps used by millions of explorers. | |
Lead Android Developer (Jetpack Compose & Kotlin)
(Amsterdam )
Stream is hiring a Lead Android Developer to build and mentor a new team around our Jetpack Compose efforts. Join one of the growing startups in Colorado and Amsterdam and help us build the world’s most complete SDKs for chat and messaging applications. Apply now! | |
Motivated Senior Android Developer
(Duesseldorf, Germany )
Want to help us shape the future of the travel industry? Want to work in a quality-over-quantity team with high test coverage and a modern tech stack that seeks day-to-day improvement? If you’re up for both, join the fun side of the force at trivago! *We offer nuts instead of cookies. | |
Senior Android Engineer
(Portland, OR / San Francisco, CA/ Remote)
Kiva is a 501(c)3 non-profit on a mission to expand financial access to help underserved communities thrive. You’ll be a key member of an established team during an exciting time of growth and innovation. | |
Libraries & Code | |
Lazybones
(github.com)
Lazy and fluent syntactic sugar of Kotlin for initializing Android lifecycle-aware properties. | |
alkaa
(github.com)
Open-source app to manage your tasks quickly and easily. The UI is now fully ported to Jetpack Compose. | |
News | |
Android 12 Developer Preview 3
(android-developers.googleblog.com)
Google has shared Developer Preview 3, the next milestone release of Android 12, for your testing and feedback. | ||
Videos & Podcasts | |
From Inline to Value Classes
(www.youtube.com)
This video covers one of the main features of the #Kotlin 1.5.0 #release: inline value classes. Inline classes wrap values without any additional overhead | ||
Friends App Android Client Ep12
(www.youtube.com)
In this episode, Jov Mit works on making the signup screen look nice and polished. He introduces some animation which seems to be quite easy with Jetpack Compose. | |
Android Developers Backstage: DataStories
(adbackstage.googledevelopers.libsynpro.com)
Tor, Chet, and Romain talked with Rohit Sathyanarayana and Florina Muntenescu about the DataStore library | |
How to Optimize Your Home Office
(fragmentedpodcast.com)
In this episode, Donn outlines how you can optimize your home office so that you look, sound, and perform the best that you can. From audio to video, to your body, and everything beyond, it’s covered here. | |
Material Components: Sliders
(www.youtube.com)
Learn more about sliders and how Material Components can be used in your app. | |
Non-Coding Tips for Coding Interview Projects
(www.youtube.com)
Nate Ebel dives into coding interview projects and looking at non-coding tips to help you get your next programming job. | |
Sealed Interfaces and Sealed Classes Improvements
(www.youtube.com)
This video introduces the new sealed interfaces functionality in Kotlin 1.5.0 and other improvements for sealed classes. It also touches on the topic of sealed classes support in the latest JVM versions, and how Kotlin will make use of it. | |
Specials | |
#AndroidDevJourney spotlight - April edition
(android-developers.googleblog.com)
Google wraps up the April edition of #AndroidDevJourney by highlighting Android developers from all over the world each with their own unique experience | |
Core values of a GDE
(medium.com)
Gerardo Lopez Falcón has received a lot of questions about how to become a GDE. Here he lists several core values to work on towards becoming one. | |
Writing a better Tech Resume / CV
(riggaroo.dev)
Rebecca Franks has seen some really great resumes, so she shares some tips that may help you get your resume noticed – and hopefully get you that interview! | |
Turning Points
(blog.stylingandroid.com)
In this post, Mark Allison explains a bit about an early job opportunity he got which changed everything for him. He also discusses why it’s important to recognize and appreciate such roles. | |
Why you should never quit too early
(www.donnfelker.com)
Donn Felker writes about his experience with build a SaaS application, but quitting too soon to let it grow to its full potential. | |
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 #462 🤖
Monday, April 19, 2021
View in browser Android Weekly #462 April 18, 2021 Articles & Tutorials link image How to parse JSON in Android using Kotlin (johncodeos.com) John Codeos takes a look at parsing JSON without using
Android Weekly #461 🤖
Sunday, April 11, 2021
View in browser Android Weekly #461 April 11, 2021 Articles & Tutorials SlidingPaneLayout (blog.stylingandroid.com) Android supports different form factors by design, so foldables are quite easy to
Android Weekly #460 🤖
Sunday, April 4, 2021
View in browser Android Weekly #460 April 4, 2021 Articles & Tutorials link image Share KMM module with iOS via SPM (www.notion.so) Paris Tsiogas' notes on sharing a Kotlin multiplatform module
Android Weekly #459 🤖
Sunday, March 28, 2021
View in browser Android Weekly #459 March 28, 2021 Articles & Tutorials A safer way to collect flows from Android UIs (medium.com) In this article, Manuel Vivo writes how Android Lifecycle
Android Weekly #458 🤖
Sunday, March 21, 2021
View in browser Android Weekly #458 March 21, 2021 Articles & Tutorials link image RenderEffect - Desaturate (blog.stylingandroid.com) In this article, Mark Allison looks at a different kind 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