Best newsletters and posts about Senior Android Engineer tag


Messages

9/19/2021 3:14:27 PM

Kotlin Weekly #268

ISSUE #268 19th of September 2021 Announcements The Actual Number of Kotlin Developers, or Who Our Active Users Are JetBrains has been counting the amount of Kotlin users and developers. They present
9/19/2021 4:14:27 PM

Android Weekly #484

View in browser Android Weekly #484 September 19, 2021 Articles & Tutorials link image Realm Database on Android (www.raywenderlich.com) Rodrigo Guerrero shows how to use Realm database on Android
9/12/2021 7:54:27 AM

Kotlin Weekly #267

ISSUE #267 12th of September 2021 Announcements Accelerated Kotlin build times with Kotlin Symbol Processing 1.0 Kotlin Symbol Processing (KSP), the new Android tool for building lightweight compiler
9/26/2021 4:14:27 PM

Android Weekly #485 🤖

View in browser Android Weekly #485 September 26, 2021 Articles & Tutorials Accessibility in Jetpack Compose (developer.android.com) New Accessibility in Compose Codelab released! All about touch
9/26/2021 7:24:27 AM

Kotlin Weekly #269

ISSUE #269 26th of September 2021 Announcements Kotlin scripting survey JetBrains is trying to improve the experience while scripting with Kotlin. They have prepared this survey, where you can help
4/10/2022 11:04:28 AM

Kotlin Weekly #297

ISSUE #297 10th of April 2022 Hello from Zürich folks! Kotlin 1.6.20 has been finally released, so you can probably take a look at the potential upgrade for your codebase next week. Now seat, relax,
6/12/2022 4:04:26 PM

Android Weekly #522 🤖

View in web browser 522 June 12th, 2022 Articles & Tutorials Shipping to Production How you ship your code to production in a way that is fast and reliable is what differentiates a powerful team.
6/26/2022 4:04:29 PM

Android Weekly #524 🤖

View in web browser 524 June 26th, 2022 Articles & Tutorials Compose sample app: UI state with Flow, offline first James Shvarts goes over the details of a simple app built in Compose and Kotlin
9/18/2022 4:24:31 PM

Android Weekly #536 🤖

View in web browser 536 September 18th, 2022 Articles & Tutorials Introduction to Interfaces in Kotlin Dave Leed's introductory dive into interfaces, which allow objects to have more than one
9/25/2022 4:04:28 PM

Android Weekly #537 🤖

View in web browser 537 September 25th, 2022 Articles & Tutorials Triggering Alarms Tutorial for Android Denis Buketa teaches how to set up alarms in your Android apps using the AlarmManager API,